Skip to content

pothonprogramming/rasterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Goals:

High Level Goals:

- Create an application, Rasterizer, which demonstrates various software rasterization techniques.
- Follow a highly portable design pattern in which core application logic is as platform agnostic as possible, and simple platform specific "glue" layers handle interfacing between the host and core program logic. Eventually port core logic to C.
- Learn about CPU based rasterization.

Low Level Goals:

- Complete JS prototype.