-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.txt
executable file
·30 lines (15 loc) · 1.31 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=============
BlenderNEURON
=============
`BlenderNEURON <http://BlenderNEURON.org>`_ allows to easily visualize computational neuroscience models created using `NEURON <https://www.neuron.yale.edu/neuron/>`_ simulator in the 3D graphics toolset `Blender <http://blender.org/>`_.
The tool allows the visualization of neuronal trees (morphology) and simulated activity (compartment membrane potentials). It supports visualization of `single neurons <http://blenderneuron.org/#example-cells-and-activity>`_ and `networks <http://blenderneuron.org/#example-networks>`_. The tool was created by `researchers at Arizona State University <https://iconlab.asu.edu/>`_.
.. image:: http://blenderneuron.org/images/NEURON.JPG
:width: 592
.. image:: http://blenderneuron.org/images/hipca1pyr.gif
:width: 592
.. image:: http://blenderneuron.org/images/Blender.jpg
:width: 592
More examples can be seen on
`BlenderNEURON.org <http://BlenderNEURON.org>`_ and on
`NeuroML-DB.org <https://NeuroML-DB.org>`_
This Python package is Part 1 of 2 (the client), which enables NEURON to communicate with Blender. Part 2 is the Blender addon (the server), which allows Blender to process messages from NEURON. Download Part 2 from `BlenderNEURON.org <http://BlenderNEURON.org>`_.