This is the source code for the WebAssembly part of ganyuss.com, managing the stars movement.
| .cargo | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| index.js | ||
| LICENSE.md | ||
| README.md | ||
| serve.sh | ||
The Constellation stars
This is the source code for the WebAssembly part of the Constellation website, handling the stars moving in the background.
Getting the project running
You can build this project using the following command (assuming you have Rust and wasm-pack installed):
wasm-pack build --target web
You can also run serve.sh to compile the project and open an HTTP server to test locally.
The built WebAssembly related files can be found in the pkg folder.
License
This software is under the MIT license, go wild with it.