Skip to content

Ruminant/tinyrenderer_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Renderer

An example software renderer, using pixeltoaster to do our pixel pushing.

Following this lovely little tutorial: https://github.com/ssloy/tinyrenderer/wiki/Lesson-0:-getting-started

helloworld

Just a simple test of PixelToaster, opens a window and updates some of the pixels.

linedrawing

Line drawing and little else.

modeldraw

Load a wavefront obj file and display the lines (we use X,Y and ignore Z, plus we assume scale).

tridraw

Triangle rasterisation first pass.

About

following the tinyrenderer tutorial at github.com/ssloy/tinyrenderer/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published