This is the source code for the WebAssembly part of ganyuss.com, managing the stars movement.
Find a file
2025-04-01 23:47:13 +02:00
.cargo Add star scrolling 2025-03-29 00:11:17 +01:00
src made stars beautiful 2025-03-30 21:06:27 +02:00
.gitignore Project setup 2025-03-22 17:44:22 +01:00
Cargo.lock version bump 2025-03-30 21:07:07 +02:00
Cargo.toml version bump 2025-03-30 21:07:07 +02:00
index.html preparing first release 2025-03-30 17:53:05 +02:00
index.js Move callbacks to WASM 2025-03-24 20:46:46 +01:00
LICENSE.md Add license and readme 2025-04-01 23:33:14 +02:00
README.md readme precision 2025-04-01 23:47:13 +02:00
serve.sh Project setup 2025-03-22 17:44:22 +01:00

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.