Hacker News new | ask | show | jobs
by dividuum 778 days ago
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.