https://github.com/ajweeks/felix
A toy rust rendering app
https://github.com/ajweeks/felix
Last synced: about 1 year 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:45:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T21:41:18.438Z (over 1 year 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)