Skip to content

Repository files navigation

nb-sim

https://neuronbench.com

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.

Building

The easiest way to build nb-sim is with nix. From the project root, you can:

Build the native app

nix build .#

Build the web client

nix build .#wasm-build

Enter a development environment

nix develop
cargo build --bin bevy
cargo build --bin bevy --target wasm32-unknown-unknown

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages