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

https://github.com/glouw/gel

An N64-like software renderer
https://github.com/glouw/gel

n64 obj renderer software

Last synced: 10 months ago
JSON representation

An N64-like software renderer

Awesome Lists containing this project

README

          

![screenshot](img/logo.png)

Gel (Graphical Emulation Layer) is an N64-like software renderer.

make; ./gel path/to/obj path/to/bmp

Dependencies:

SDL2-devel
SDL2-image-devel

Models, for educational purposes, can be found here:

https://www.models-resource.com/nintendo_64/

Models must be bundled with a single obj file and texture file. The obj file
must include vertex normals.

Rotate the screen with the mouse.

![screenshot](img/salesman.gif)