Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 534 Bytes

Tiny renderer

My attempt to create simplified clone of OpenGl and find out how it works.

Features

  1. Draw lines
  2. Draw anti-aliased lines (Wu's algorith)
  3. Draw wireframe render of .obj models Wireframe render

Usage

Clone it to your computer and compile.

git clone https://github.com/shigabeev/tinyrenderer
make makefile
./main obj/african_head.obj

You can select model to render by adding path to .obj file. There are some of them in /obj