/gp-hello-triangle-demos

A collection of short demo programs that render a triangle with different graphics API's.

Primary LanguageC

Graphics API Comparisons

Hello, Triangle

There are many graphics API's out there: DX11, DX12, OpenGL, Vulkan, WebGPU, and Metal being the big ones. How do they compare? To get a better feeling for this, this library contains the code necesarry for displaying a triangle on the screen.

Building

todo: fill this out later