https://github.com/evroon/bevy-experiments
Experimenting with the Bevy engine
https://github.com/evroon/bevy-experiments
bevy rust wgpu
Last synced: 5 months ago
JSON representation
Experimenting with the Bevy engine
- Host: GitHub
- URL: https://github.com/evroon/bevy-experiments
- Owner: evroon
- License: cc0-1.0
- Created: 2023-03-23T17:41:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T06:14:08.000Z (about 1 year ago)
- Last Synced: 2025-03-31T07:24:34.671Z (about 1 year ago)
- Topics: bevy, rust, wgpu
- Language: WGSL
- Homepage: https://evroon.github.io/bevy-experiments/
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bevy experiments
Some experiments with the Bevy game engine in Rust.
## Examples
### Lava
Port of https://www.shadertoy.com/view/3sySRK to Bevy as a WGPU shader instead of GLSL.
Credit goes to `edankwan`.

### Boids

### Atmosphere
Port of https://www.shadertoy.com/view/wlBXWK to Bevy as a WGPU shader instead of GLSL.
Credit goes to `skythedragon`.
License: MIT