Skip to content

A graphics demo written in C++ that demonstrates triangle rasterization.

Notifications You must be signed in to change notification settings

dongbu/triangleraster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small SDL-based demo written in C++ that
features a simple triangle rasterization algorithm. The demo
was posted along with an article at: http://www.3ddrome.com/

This demo was developed and tested on Arch Linux.

To build it, just run 'make' (you may have to edit the
Makefile). This will create an executable called 'triangleraster'
that you can then run. Press the 'Escape' key to exit
the demo.

The code is distributed under a BSD-style license.

Josh Beam
http://joshbeam.com/

About

A graphics demo written in C++ that demonstrates triangle rasterization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Makefile 1.7%