Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funatsufumiya/button_pops_01
study artwork "button_pops_01" / bevy 0.15
https://github.com/funatsufumiya/button_pops_01
artwork bevy
Last synced: 9 days ago
JSON representation
study artwork "button_pops_01" / bevy 0.15
- Host: GitHub
- URL: https://github.com/funatsufumiya/button_pops_01
- Owner: funatsufumiya
- License: cc-by-sa-4.0
- Created: 2025-01-30T02:23:37.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:26:49.000Z (9 days ago)
- Last Synced: 2025-01-30T03:22:43.708Z (9 days ago)
- Topics: artwork, bevy
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
study artwork "button_pops_01" / bevy 0.15
![screenshot.png](screenshot.png)
## Interactive Demo
https://funatsufumiya.github.io/button_pops_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/button_pops_01.wasm
```## License
This artwork is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
( Exception: The reason I am publishing the code here on GitHub is to make it easier to read the code of the artwork and to help other creators. It's welcome to 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