Live data from Hacker News

Show HN: Full complex text shaping and rendering on ESP32 with 320KB usable RAM

github.com

1–3 of 3 posts

Re: Show HN: Full complex text shaping and rendering on ESP32 with 320KB usable RAM

#2
I built an OpenType shaper and renderer that is nearly output-compatible with HarfBuzz. The focus was memory efficiency, so for the first time ever complex scripts like Devanagari, Arabic, and even Nastaliq can be fully rendered on memory-constrained systems such as an ESP32 with 320 KB of usable RAM.