Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 483 Bytes

File metadata and controls

16 lines (11 loc) · 483 Bytes

This is a personal project for thinkering and learning.

Goals:

  • Shared render state for UI updates.
  • CPU Multi-thread rendering (row per thread)
  • GPU Acceleration support through CUDA programming.
  • Support for triangles and loading OBJ/USD models.
  • Emissive materials

Thank you! Learning resource: Ray Tracing in One Weekend