This commit is contained in:
bloeys
2024-04-24 21:58:12 +04:00
parent 9493b991d1
commit c384780028

View File

@ -131,7 +131,13 @@ var (
yOff float32 = 0 yOff float32 = 0
) )
// @TODO: Convert most operations to use glyphGrid instead of drawing directly to glyphRend /*
@TODO list:
- Must convert operations to use glyphGrid instead of drawing directly to glyphRend
- Since we are mid transition things like syntax highlighting and RTL are broken
- Syntax highlighting should now either use ANSI codes for colors or write to the grid with proper values
*/
func main() { func main() {
err := engine.Init() err := engine.Init()