Commit Graph

15 Commits

Author SHA1 Message Date
9c9efc6eeb Convert command queue to a command list. 2024-04-08 23:50:05 +03:00
41b7bebba5 Rename geometry types with Q prefix instead of Quik. 2023-06-29 10:42:02 +03:00
fe71028573 Add GL_UNSIGNED_INT 2023-06-29 10:37:23 +03:00
46c18d97d2 Small fixes in the command engine components. 2023-06-29 10:31:28 +03:00
5c71afe9c7 Rectangles added :) 2023-06-28 15:22:48 +03:00
61e4d2bd16 Begin work on new command engine. 2023-06-23 22:56:07 +03:00
4b2271dd29 Change textures from interface to abstract class. 2023-05-15 21:49:48 +03:00
9339295378 Push all uncommitted changes.
I have had a long break from this project due to other higher priority
things going on in my life. Big changes inbound.
2023-05-13 16:17:57 +03:00
1d3f22f6ce Clean up the font test code slightly. 2022-08-20 12:57:57 +03:00
bf47915491 Very quick test text implementation. 2022-08-19 16:13:19 +03:00
a0473d9e83 Change over draw call propagation in the vertex generator. 2022-08-18 13:58:03 +03:00
72cad718cb Implement rectangle rendering. 2022-08-16 21:35:12 +03:00
16bb3f41a7 Implement bezier lines. 2022-08-08 10:52:03 +03:00
502eb95278 Create joint generating code for multi-segment lines and refactor code for end caps. 2022-08-06 10:05:27 +03:00
772906bec7 Add single line rendering. 2022-08-04 16:40:58 +03:00