drawings just drawing with code y'know cel_shading/ ├── Makefile ├── main.c ├── canvas.h / canvas.c ├── brush.h / brush.c ├── palette.h / palette.c ├── generator.h / generator.c ├── shapes.h / shapes.c └── export.h / export.c