-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Camron2889 edited this page Jul 26, 2019
·
7 revisions
NeuronalJS is a JavaScript(ES6) library all about neuroscience, geared toward the development of robust interactive models.
neuronal.Color
is a utility class that provides a workable abstraction of colors. HSL and hex code conversions are supported.
neuronal.Vector3
is a utility class for storing XYZ coordinates and has built-in vector operations.
neuronal.LinkedList
is a utility class that implements a linked list queue.
neuronal.FhnMatrix
is an object that calculates solutions to the FitzHugh-Nagumo algorithm on a matrix.
neuronal.FhnGraph
is object that calculates solutions to the FitzHugh-Nagumo algorithm on a graph.