JMS55 / sandbox

A sand simulation game
https://flathub.org/apps/details/com.github.jms55.Sandbox
GNU Affero General Public License v3.0
317 stars 12 forks source link

Inspiration #51

Closed bayou-brogrammer closed 1 year ago

bayou-brogrammer commented 1 year ago

I have been studying and building sand sims in my free time and wanted to ask if I could use your repository as inspiration and advice? Currently I am using other game engines to do the window management and ui, but would love to learn winnit for my own personal gain.

JMS55 commented 1 year ago

Sandbox is open source under the AGPLv3 license (no commercial use, if you make any changes and distribute it beyond personal use then keep it open source, etc). Feel free to modify it and learn from it :)

That said, I wrote Sandbox a few years ago at this point. I haven't kept up maintaining it and updating it to the latest versions of winit/wgpu/etc, and the code quality isn't as good as it could be. There's definitely stuff I could have done better.

Hope you enjoy!