forked from hkc/cc-stuff
1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Vftdan 91fc5098eb Pass CFLAGS in compilation recipes 2024-10-03 23:14:47 +02:00
Casey d4ca60c9f9
CPI -> PNG renderer
Supports CPIv0 and CPIv1 for now, but other formats are experimental
anyways, so not a big problem
2024-10-03 20:28:49 +03:00
Casey 8589b2a730
Build stb_* stuff into a separate blob
Speeds up build process a little bit because we don't have to build it
every single time
2024-10-03 19:25:34 +03:00
Casey e2e5d57e1f
Moved things to a separate file
Font atlas and palettes could be reused by other programs for CC, so
that makes sense IMO.

Also removed debug image saving in cc-pic.py that was left here for ALL
THAT TIME for some fucking reason.
2024-10-03 18:57:44 +03:00
Vftdan e8c53b1f9b Fix linking recipe for wsvpn
Only the first object was being added
2024-10-02 21:22:19 +02:00
Vftdan a65943a6bd Added Makefile for img2cpi and wsvpn
FIXME: downgrade mongoose submodule or fix wsvpn
2024-10-02 18:47:09 +02:00