Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajweeks/felix
A toy rust rendering app
https://github.com/ajweeks/felix
Last synced: 6 days ago
JSON representation
A toy rust rendering app
- Host: GitHub
- URL: https://github.com/ajweeks/felix
- Owner: ajweeks
- License: mit
- Created: 2021-07-18T14:51:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:45:41.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:42:49.850Z (about 2 months ago)
- Language: Rust
- Size: 578 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Felix
An experimental toy rendering app written in pure rust 🦀
Experiments so far include:
* rust-gpu shaders
* (partial) gltf loading
* hot reloading config files---
Thanks to the following open source projects for providing a great starting point:
- https://github.com/sebbbi/rust_test
- https://github.com/h3r2tic/rendertoy
- https://github.com/EmbarkStudios/rust-gpu
- https://github.com/MaikKlein/ash
- https://github.com/gwihlidal/vk-mem-rs
- https://doc.rust-lang.org/book/As well as all of the dependencies listed in [Cargo.toml](Cargo.toml)