sokol-playground/todo.todo

16 lines
345 B
Plaintext
Raw Normal View History

2024-06-11 22:29:16 +00:00
What are we doing here?:
☐ using sokol in zig
☐ part of a gamejam
Today:
☐ Guide through the code
Draw a circle!:
2024-06-11 22:43:10 +00:00
✔ Draw indices instead of triangle elements @done(24-06-12 00:29)
☐ Quad
2024-06-11 22:29:16 +00:00
☐ Create a circle vertices
☐ Draw the circle
☐ Make the circle move with uniforms