Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blackmann/tinyrenderer


https://github.com/blackmann/tinyrenderer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tinyrenderer

An attempt to complete the [tinyrenderer](https://github.com/ssloy/tinyrenderer) course by ssloy using Go and SDL.

The original course uses C++ and renders to a TGA image. This project uses Go and renders to the screen. This is to allow me add features in future like mouse and keyboard interactions. ie, rotation, zoom, pan, etc.