You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
|
|
Core:
|
|
☐ Add log settings to the state file
|
|
|
|
|
|
Graphics:
|
|
☐ Dear ImGui class with basic initialization
|
|
✔ Decide on a font/text rendering system @done (9/7/2021, 1:39:53 PM)
|
|
✔ Add FreeType to the project @done (9/7/2021, 2:23:13 PM)
|
|
✔ Add a new class for font loading/management and text rendering @done (9/7/2021, 3:57:08 PM)
|
|
☐ Make the text renderer smarter about breaking up words on multiple lines @low
|
|
|
|
Input:
|
|
☐ Port over the Element2D input system and adjust it to use glfw |