No description
Find a file
violette 4f8fde9eb5 fix: now working on glibc
fixed a bug were stdin was set to nonblocking and never reset back to blocking.
This caused STDOUT to become nonblock, and for some reason glibc cannot deal
with it, but every other libc could. uh.
2025-05-13 00:48:24 -04:00
cv.json feat: Quaternions + cv! 2025-05-02 11:39:32 -04:00
json.h feat: Quaternions + cv! 2025-05-02 11:39:32 -04:00
main.c fix: now working on glibc 2025-05-13 00:48:24 -04:00
Makefile fix: now working on glibc 2025-05-13 00:48:24 -04:00
README.md feat: makefile and readme 2025-05-02 13:41:00 -04:00

cube

this displays my cv as a cube in a terminal.

to run (and build), just make run