Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 414 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 414 Bytes

Computer graphics things

Respository for testing computer graphics ideas, mainly for education.

  • 00_hello_world: Basic project to test build system.
  • 01_bitmap_work: Some work on the Melon software library to improve DgBitmap.
  • 02_ray_tracing: WIP ray tracer.
    • I would like to test tracing of Bezier, B-spline and Nurb(s) curves.
  • 03_vulkan_compute: Vulkan compute tests.