sokol-playground/todo.todo

17 lines
451 B
Plaintext
Raw Permalink 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)
2024-06-12 00:04:37 +00:00
✔ Quad @done(24-06-12 00:40)
✔ Create a circle vertices @done(24-06-12 01:28)
✔ Draw the circle @done(24-06-12 01:28)
☐ Make the cirlce not stretch
2024-06-11 22:29:16 +00:00
☐ Make the circle move with uniforms