Skip to content

Basic triangle software rasterizer with texture mapping

Notifications You must be signed in to change notification settings

dpethes/2D-rasterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

2D-rasterizer

Basic 2D triangle software rasterizer with texture mapping. Uses the half-space approach to find covered pixels. Features:

  • texture mapping with nearest-neighbor or bilinear filtering
  • subpixel precision
  • resolution up to 2048x2048

References

Compilation

Use recent Freepascal (2.6.0 and higher) to compile, older versions will likely work as well, but are untested.

TODO

documentation, demo

About

Basic triangle software rasterizer with texture mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages