Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ella-0/reduction
Simple rendering engine using Specs and Vulkan (vulkano)
https://github.com/ella-0/reduction
Last synced: 16 days ago
JSON representation
Simple rendering engine using Specs and Vulkan (vulkano)
- Host: GitHub
- URL: https://github.com/ella-0/reduction
- Owner: Ella-0
- License: 0bsd
- Created: 2020-07-03T12:22:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T11:48:47.000Z (over 4 years ago)
- Last Synced: 2024-11-07T04:49:42.641Z (2 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reduction
Simple rendering engine using Specs and Vulkan (vulkano). Includes a basic PLY model loader that can handle calculating normals.## Implements
* SLERP of Quaternions
* PBR (based on Joey de Vries code from [Learn OpenGL](https://learnopengl.com)
* Triangulation of abitrary polygons from PLY files
* Vertex normal estimation
## Getting started```sh
git clone "https://github.com/Edward-0/reduction"
cd reduction
cargo run
```