Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Port / Similar Sim #77

Open
oxi-dev0 opened this issue May 10, 2022 · 1 comment
Open

Windows Port / Similar Sim #77

oxi-dev0 opened this issue May 10, 2022 · 1 comment
Labels
Windows Windows, WSL

Comments

@oxi-dev0
Copy link

oxi-dev0 commented May 10, 2022

Hi,
Thank you for creating this program and the explanation video, it really helped me understand the theory behind this simulation and I decided to create my own version of the simulation using the theory and visualisations you created :D

generation10000.mov

https://github.com/oxi-dev0/NeuroSim

It uses SFML to render and so is Windows compatible; I'm not sure about mac or linux, as I did not setup the premake file to configure for them, but it should work.

Its not a port / a full rewrite, as the only code i used for reference was the grid header; the actual neural simulation is my own code where it back flows from the effectors down it's chain using cached values and recursion when needed, im not sure how biosim4 does it on a code level, but it does produce results similar to biosim4 so it could be considered somewhat of a rewrite :D

It also can produce the neural map visualisations in the program and has a viewer where you can drag the view around, zoom in and hover over the connections to see their weight.

Despite it not being a port / os specific rewrite (it doesnt have pheremones or the population receptors), I hope some people on windows who want to run biosim4 still find it beneficial :)

@davidrmiller
Copy link
Owner

Congratulations on getting all that running and thanks for the links. You've implemented interesting new perspectives on the simulation. Good luck with the development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Windows Windows, WSL
Projects
None yet
Development

No branches or pull requests

2 participants