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

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

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.