Damus
Bartholomew Joyce⚡️🇫🇷 profile picture
Bartholomew Joyce⚡️🇫🇷
@mewj
@jb55 I worked on a client a couple months back that renders everything through NanoVG in C++, similar to your chosen stack for NoteDeck. I managed to add support for emoji rendering by writing some OS specific code (CoreText for iOS, out to HTML canvas for web, etc…).

Would you like me to try porting it to NoteDeck?
2🤙1
jb55 · 152w
nanovg is dope. 8 years ago i was attempting to build a visual programming language using that: https://github.com/jb55/vpl Also had an svg renderer working at some point. In NoteDeck the rendering is quite different. For emojis i will likely use a texture atlas? The font renderer probably needs ...