Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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