Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)