forked from openworm/CyberElegans
-
Notifications
You must be signed in to change notification settings - Fork 0
grimjoke/CyberElegans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The source code to produce the CyberElegans prototype http://openworm.org Video for this code is available here: http://www.youtube.com/watch?feature=player_embedded&v=3uV3yTmUlgo This code was written by: Andrey Palyanov Sergey Khayrulin Alexander Dibert Keyboard controls ******************* With a mouse you can rotate the scene (LeftMouseBtn+move), move it (RightMouseBtn+move) or change scale with a mouse wheel. Pressing "F1" key in the program shows all available commands and their description (readme_change_dir.png). The Neural Network Editor currently allows only selection of pseudoneurons with a mouse and moving them in 3D by keys described in "F1 help", as well as saving to file (overwrites existing one). Build Instructions ******************* prj\CyberElegans.sln is the VisualStudio2008 solution file After opening it please set Project->Properties->Configuration Properties->Debugging->Working Directory to ".." -- it is being changed to "" each time when project is opened on another computer. To run in "neural network editor" mode comment entire line 176 ("worm->rotateWormAroundAnterPosterAxis(90.f);") in main.cpp and recompile to provide correct initial position of worm body which is connected with neurons coordinates.
About
Neuromechanical model of C. Elegans
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 58.4%
- C 41.6%