Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funatsufumiya/moving_cells_01
study artwork "moving_cells_01" / bevy 0.15
https://github.com/funatsufumiya/moving_cells_01
artwork bevy
Last synced: about 17 hours ago
JSON representation
study artwork "moving_cells_01" / bevy 0.15
- Host: GitHub
- URL: https://github.com/funatsufumiya/moving_cells_01
- Owner: funatsufumiya
- License: cc-by-sa-4.0
- Created: 2025-01-29T21:51:40.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-29T23:14:53.000Z (10 days ago)
- Last Synced: 2025-02-06T13:13:59.894Z (2 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
- License: LICENSE
Awesome Lists containing this project
README
study artwork "moving_cells_01" / bevy 0.15
![screenshot.png](screenshot.png)
## Interactive Demo
https://funatsufumiya.github.io/moving_cells_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/moving_cells_01.wasm
```## License
This artwork is dual-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