Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funatsufumiya/stairs_01
study artwork "stairs_01" / bevy 0.15
https://github.com/funatsufumiya/stairs_01
artwork bevy
Last synced: 2 days ago
JSON representation
study artwork "stairs_01" / bevy 0.15
- Host: GitHub
- URL: https://github.com/funatsufumiya/stairs_01
- Owner: funatsufumiya
- Created: 2025-01-29T11:51:28.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-29T12:18:23.000Z (3 days ago)
- Last Synced: 2025-01-29T13:23:55.867Z (3 days ago)
- Topics: artwork, bevy
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
study artwork "stairs_01" / bevy 0.15
![screenshot.png](screenshot.png)
## Interactive Demo
https://funatsufumiya.github.io/stairs_01/
(Wait patiently for the first time.)
## Run (locally)
```bash
$ cargo run
```## Build WASM
```bash
$ cargo build --release --target wasm32-unknown-unknown
$ wasm-bindgen --target web --out-dir . --no-typescript target/wasm32-unknown-unknown/release/stairs_01.wasm
```## License
This artwork is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
( Exception: Why codes here are open on GitHub, is for readability of the code of the artwork. You can cite or copy some (or more) lines of code as you like, when you create another artwork or article from my code, without any worry about license. But this exception cannot be applied for cloning or fork. )
Copyright (C) 2025 Fumiya Funatsu