Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackmann/tinyrenderer
https://github.com/blackmann/tinyrenderer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackmann/tinyrenderer
- Owner: blackmann
- Created: 2023-07-29T11:34:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T23:24:43.000Z (over 1 year ago)
- Last Synced: 2024-10-15T03:05:23.122Z (3 months ago)
- Language: Go
- Size: 242 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.