17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
|
|
|
|
|
|
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 @done(24-06-12 00:29)
|
|
✔ 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
|
|
☐ Make the circle move with uniforms |