4707 shaares
4 results
tagged
text
Neat introduction to the right data structures to use when making a text editor.
When you look at the binary representation of those characters, things become clear. This opens the door to interesting bitwise operations.
It's an interesting trick for personal tooling. Keeps things really simple to setup with limited code to maintain.
We take text rendering for granted. That said, it's easier said than done, especially on the GPU.