Hacker News new | ask | show | jobs
by artwr 778 days ago
Oh could you expand briefly on what the stack looks like to accomplish this? Or do you have a write up on a blog/site you could share?
1 comments

I wrote a little bit more about this here: https://community.info-beamer.com/t/an-updated-approach-to-c...

I’m a huge fan of building minimal self-contained tools, so all of the C programs statically link in the required parser libs (libavcodec/wuffs/freetype) so the resulting binaries don’t require additional dependencies on the target machine. The python wrapping code is rather straightforward as well and is only like 300 lines of code.