but actually this time
Go to file
ktyl 1c5350b67d feat: hello triangle
Compile a vertex and fragment shader from the same directory as
hello.cpp.

Renders an orange triangle on a blue background.
2023-07-26 23:38:21 +02:00
.gitignore chore: build with cmake 2023-07-23 16:46:30 +02:00
CMakeLists.txt feat: hello triangle 2023-07-26 23:38:21 +02:00
frag.glsl feat: hello triangle 2023-07-26 23:38:21 +02:00
hello.cpp feat: hello triangle 2023-07-26 23:38:21 +02:00
vert.glsl feat: hello triangle 2023-07-26 23:38:21 +02:00