Mat Hill

← to home

Puffins is my personal coding framework.
It is written in simple C99, does not use stdio.h or stdlib.h, is data-oriented, and favors an understanding of the problem domain over abstractions.
Code is kept in a single header file, and building is handled by a shell script.

👀 view source code ↗

📖 read api docs (doesn't work properly in safari)

Once I'm happy that a feature is suitably generic, I implement it and write comprehensive tests. Many things are in progress...

↑ to top

← to home