cort is a platform for simulating, exploring, evolving, and interacting with biologically-inspired neural networks. It is written in C++, but can be compiled into JavaScript using Emscripten for easy cross-platform deployment.
To try cort, click on this demo.
This repository includes the latest emscripten compiled version of cort in bin/cort.html. If you'd like to compile cort yourself, make sure you have a C++ compiler that supports C++11, an updated browser, and emscripten.
-
Copy repository
git clone https://github.com/tfussell/cort
-
Compile using premake and platform build system
cd cort/build && ./build-emscripten.sh
-
Run/view the simulation
open cort/bin/cort.html
cort is licenced under the MIT license. cort uses a modified version of nxxcxx's Neural-Network for visualization which is in turn based on three.js. Both of these are also licensed under the MIT license.