What mattered most to me was keeping the barrier to entry low. You can take one small binary, drop it onto a system, and compile or run C code using the libraries already available there, without setting up a full toolchain or installing a large stack of dependencies.
I find that useful for quick prototyping, testing, auditing, learning, and generally exploring real systems with less friction. The codebase also reached a point where it feels solid and maintainable, not just experimental.
It is still a small project, and I want to keep it that way: simple, useful, and easy to carry around.
A fun extra: it works nicely with raylib as well.
Interested in feedback from people here, especially on the single-binary approach and whether this kind of tool feels useful in practice.
Rochus•54m ago