Stream: Now doing indexed rendering

This commit is contained in:
nothke
2024-06-12 00:29:16 +02:00
parent c4c104538b
commit d8f5c9bb61
2 changed files with 20 additions and 12 deletions

15
todo.todo Normal file
View File

@@ -0,0 +1,15 @@
What are we doing here?:
☐ using sokol in zig
☐ part of a gamejam
Today:
☐ Guide through the code
Draw a circle!:
☐ Draw indices instead of triangle elements
☐ Create a circle vertices
☐ Draw the circle
☐ Make the circle move with uniforms