• Stars
    star
    571
  • Rank 78,127 (Top 2 %)
  • Language
    C
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An N64-like software renderer

screenshot

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