Reuron is a web-first neural network simulator.
It provides the same functionality as NEURON, BRIAN and PyNN, but with a focus on web compatibliity over all else.
The web-first mindset means:
- Reuron can be run without installing anything. Just go to https://reuron.io .
- You can share working reuron models by sending a single URL.
- Model configurations are hyperlinked and encourage remixing.
The simulation engine, which is a (Rust)[https://www.rust-lang.org/] application written in the Bevy game engine.
A web server running at https://reuron.io . It hosts the static assets of the simulator, and an endpoint used for interpreting configuration files that specify neural networks.
See the repository's documentation for a more thorough description of these APIs.
A collection of configuration snippets used for building out networks, for example standard channels and membrane types, and an example scene.