项目作者: glouw

项目描述 :
An N64-like software renderer
高级语言: C
项目地址: git://github.com/glouw/gel.git
创建时间: 2017-12-11T22:07:33Z
项目社区:https://github.com/glouw/gel

开源协议:MIT License

下载


screenshot

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

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

Dependencies:

  1. SDL2-devel
  2. SDL2-image-devel

Models, for educational purposes, can be found here:

  1. 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