NeuronBench is a web-first neural network simulator. To read more about that that means, please see the organization readme.
This repository contains the main simulator client, which can be compiled as either a native application, or a wasm web app. Both the native client and the web app have the same UI. they both load an example scene at startup, and can load new scenes if you have an internet connection.
The easiest way to build nb-sim is with nix. From the project root, you can:
nix build .#nix build .#wasm-buildnix develop
cargo build --bin bevy
cargo build --bin bevy --target wasm32-unknown-unknown