Comment by ComputerGuru

2 years ago

Really cool idea. I ran it on Windows and noticed the text rendering was off (incorrect/missing subpixel anti-aliasing) but at the same time I got distinct Electron vibes which threw me off: Electron does text rendering correctly and lack of subpixel rendering usually means a custom (native) gui. Is everything a canvas? If so, using text gives you accessibility plus better text rendering.

But maybe it's just the font. Is there a way to change which font is used?