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

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

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