-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Neuronify 2.0 | ||
|
||
Neuronify is an educational neural network app. | ||
It gives a low entry point to simulation-based neuroscience. | ||
Without prior computational experiene, Neuronify makes it possible to work on neural simulations. | ||
|
||
The original version of Neuronify is described in | ||
[this paper published in eNeuro](https://doi.org/10.1523/ENEURO.0022-17.2017). | ||
This repository contains the source code for Neuronify 2, | ||
which is based on the same ideas and concepts as Neuronify 1, | ||
but with new features and the ability to embed simulations into websites and online books. | ||
|
||
Neuronify 1 was originally written in C++, while Neuronify 2 is written in Rust. | ||
|
||
|