Shipped this project!
I built a Neural circuit simulator app with NeutralinoJS. I haven’t done a lot of programming, since I mostly do electronics and hardware, but I did gain a lot of knowledge from this, especially with Object-Oriented-Programming. Getting the JSON IPC to work was really challenging, but the hardest part was making the synapse connections function normally, which took up a whole lot of time towards the beginning of this project. I tried to make it as realistic as possible, with refractory periods and real equations used to simulate neurons, though I will admit that it’s a bit rough around the edges.
I’m proud of me being able to navigate spaghetti code :D.
P.S: There’s no need to press the ‘Reset’ button to restart with an emtpy canvas. Just Ctrl+r to reload the page, since it’s WebView.