Skip to content

Conversation

reddeupenn
Copy link

Repo Link
redde

  • This is a rasterizer running on the GPU using CUDA.

    Features

  • Support for polygonal geometry.
  • Texture mapping with perspective correction.
  • Shaded polygon, line and point rendering.
  • Correct attribute interpolation.
  • Gouraud and specular shading.
  • MSAA anti aliasing.
  • SSAA super sampling anti aliasing.
  • Backface culling with removal optimization.
  • Depth sorting primitive ordering by depth.
  • Axis aligned bounding box optimization.

Overall fun project. The biggest hurdle as usual is reading the code and getting used to it. It's better than writing it from scratch but it definitely takes a very long time getting acquainted with it before being able to do anything meaningful. There was quite a lot of work involved in getting the first triangle to show up which was a bit frustrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant