https://github.com/sakrist/simplecpuraster
A simple CPU rasterizer is written with C++. glm as math library
https://github.com/sakrist/simplecpuraster
cpp glm graphics rasterization rasterizer
Last synced: about 1 year ago
JSON representation
A simple CPU rasterizer is written with C++. glm as math library
- Host: GitHub
- URL: https://github.com/sakrist/simplecpuraster
- Owner: sakrist
- License: mit
- Created: 2019-05-24T06:43:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T16:53:17.000Z (about 5 years ago)
- Last Synced: 2023-03-31T16:23:09.105Z (about 3 years ago)
- Topics: cpp, glm, graphics, rasterization, rasterizer
- Language: C++
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Clone repo and do `git submodule update --init --recursive`
Required:
[GLM](https://github.com/g-truc/glm) - Header only math library.

Runs only on macOS.