davidrmiller / biosim4

Biological evolution simulator
Other
3.18k stars 452 forks source link

Defold port #76

Open dlannan opened 2 years ago

dlannan commented 2 years ago

Hi Im working on a Defold port. It looks really great so far:

https://user-images.githubusercontent.com/3954182/167335845-6d78e80e-bdb4-439c-a844-b53c22367085.mp4

I wanted to make sure this is ok to do. I will be releasing the project soon as MIT for anyone to use and wanted to be sure to give correct credits etc. Would you like any specific papers or names in the credits?

dlannan commented 2 years ago

https://github.com/dlannan/defold-biosim4

Will add links to this site and info tomorrow.

davidrmiller commented 2 years ago

Congratulations on getting a Defold port running, thanks for the links. And thanks for including a reference back to this project. Good luck!

dlannan commented 2 years ago

Thanks for making such a great sim. Really appreciate your work. Wanted to make it a little more accessible to people who just want to tinker with the properties. Ive got a dev page here for it for future updates. I have added your link here into the app. https://forum.defold.com/t/defold-biosim4/70882

dlannan commented 2 years ago

Made an online version. All the c++ was converted to Lua and is quite interesting. https://bukkat.itch.io/biosim4-lua

davidrmiller commented 2 years ago

I like the interface. Nicely done!

dlannan commented 2 years ago

Its imgui based - great little UI toolkit :) Thanks for you hard work though, its pretty much all your code (although converted), Im not sure how accurate the conversion is.