Jack @jackvalinsky.com · Jun 29

@trezy.codes idk if I will post this code but it's a from scratch c atproto lib + simple c gui library (has its own font rendering code, sdf primitives for drawing ui stuff, etc). The code is written in a JPL style with minimal allocations and bounded loops. code = bad, but here is a demo

1 likes 1 replies

?

Replies

Jack · Jun 29

I might have ripped it out already, but I was using this public domain code for the 8bit font rendering github.com/dhepper/font...