https://github.com/NiseVoid/bevy_march
SDF ray marching in bevy
https://github.com/NiseVoid/bevy_march
Last synced: 4 days ago
JSON representation
SDF ray marching in bevy
- Host: GitHub
- URL: https://github.com/NiseVoid/bevy_march
- Owner: NiseVoid
- License: apache-2.0
- Created: 2024-07-08T20:13:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T14:45:34.000Z (13 days ago)
- Last Synced: 2025-04-27T15:34:07.280Z (13 days ago)
- Language: Rust
- Size: 297 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-bevy - `bevy_march` - based rendering (Assets)
README
# bevy_march
A ray marcher for bevy, which can function alongside the regular mesh-based rendering.
## Goals
- Provide a simple way to use ray marching in bevy
- Support dynamic scenes made up of multiple entities
- Be performant enough to be usable## License
All code in this repository is dual-licensed under either:
* MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))at your option.