This commit is contained in:
bloeys
2023-02-17 04:43:15 +04:00
parent 45c0858789
commit 2d3f89e290
2 changed files with 14 additions and 13 deletions

View File

@ -131,7 +131,8 @@ var (
yOff float32 = 0
)
// @TODO: We should 'draw' and apply ansi operations on an in-mem grid and send the final grid for rendering
// @TODO: Convert most operations to use glyphGrid instead of drawing directly to glyphRend
// @TODO: Implement SDF glyph rendering
func main() {