CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Port Neuronify to WebAssembly #203

Closed dragly closed 3 years ago

dragly commented 3 years ago

This pull request adds changes necessary to run Neuronify in WebAssembly. Support for community features is disabled. The file format is reverted to the simple JSON-based .nfy format since SQLite is not supported in Qt for WebAssembly.