basic-game-framework/TODO.txt

20 lines
322 B
Plaintext
Raw Normal View History

2023-04-20 08:11:00 +00:00
# TODOs
2023-04-22 22:47:35 +00:00
[x] add nineslice drawcmd functions
2023-04-20 08:11:00 +00:00
[x] draw_*
2023-04-20 21:04:21 +00:00
[x] exec_*
2023-04-20 08:11:00 +00:00
2023-04-22 22:47:35 +00:00
[ ] add text rendering
[x] loading fonts
[x] managing font style
[x] rendering fonts to surface to texture
[x] correctly scaling fonts
[ ] cache rendered text
2023-04-20 08:11:00 +00:00
[ ] add imgui
[ ] ui windows
[ ] input fields
[ ] buttons
[ ] radios
[ ] multibox