DDR0 / Stardust

DDR's Stardust is a falling sand toy for the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDR's Stardust

Take 3 at getting a falling sand toy running. This one's the quick-and-dirty version, just using Javascript instead of mucking about with WASM - it turns out, in the details, WASM does not deal well with Shared Memory as of 2023-08-21.

To use the simulation, serve the files in www such that they are cross-origin isolated, say by running python3 example_sever.py. (Don't use the example server in production, it uses Python's example http.server which is not for that.)

Stardust is available under a CC BY-NC-SA licence.

About

DDR's Stardust is a falling sand toy for the web.

License:MIT License


Languages

Language:JavaScript 91.2%Language:HTML 3.4%Language:Python 2.7%Language:CSS 2.6%