https://github.com/mandeep/rprime
A minimal triangle rasterizer
https://github.com/mandeep/rprime
rasterizer renderer rust tinyrenderer
Last synced: about 1 year ago
JSON representation
A minimal triangle rasterizer
- Host: GitHub
- URL: https://github.com/mandeep/rprime
- Owner: mandeep
- License: mit
- Created: 2018-04-21T16:29:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T18:01:59.000Z (over 5 years ago)
- Last Synced: 2025-02-03T08:47:44.002Z (over 1 year ago)
- Topics: rasterizer, renderer, rust, tinyrenderer
- Language: Rust
- Homepage:
- Size: 8.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R'
R' (R prime) is a first foray into rasterization with a Rust implementation of a renderer
based on the [Tiny Renderer](https://github.com/ssloy/tinyrenderer/) wiki course.
