Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivnsch/waves
Wave simulations using the bevy game engine
https://github.com/ivnsch/waves
bevy bevy-engine physics rust simulation
Last synced: 2 months ago
JSON representation
Wave simulations using the bevy game engine
- Host: GitHub
- URL: https://github.com/ivnsch/waves
- Owner: ivnsch
- License: mit
- Created: 2024-07-12T09:51:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:49:51.000Z (5 months ago)
- Last Synced: 2024-10-16T23:19:58.197Z (3 months ago)
- Topics: bevy, bevy-engine, physics, rust, simulation
- Language: Rust
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Waves
Simulations using the [bevy game engine](https://bevyengine.org)
## Electromagnetic wave
![alt text](img/img.png)
```
cargo run
```Web:
```
cargo build --target wasm32-unknown-unknown
wasm-bindgen --out-name wasm_example \
--out-dir target \
--target web target/wasm32-unknown-unknown/debug/things.wasm
python -m http.server 8888
```## Contribute
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request