A Hodgkin-Huxley model visualization for a neural tree
This is a sim(ulation) of a biological neural network based on numeric solutions to the Hodgkin-Huxley equations.
It is based on chapters 2-4 and appendix B from the book Neuroscience - A Mathematical Primer by Alwyn Scott.
The easiest way to build the program is via dub
. Either use dub run neuronsim
to download and run the program or clone the repository and run dub
inside.
The GUI itself is implemented using GtkD. Because of this, the GUI code is somewhat object-oriented, but not quite because it is simply a layer in front of a non-object-oriented simulation.
The naming is purposefully verbose so that the code is as clear as possible.
Here are some highlights from the code: