aboutsummaryrefslogtreecommitdiffhomepage
path: root/deps (unfollow)
AgeCommit message (Collapse)AuthorLines
2026-01-25Redo cp437 conversion - dumped bit maps were not correct.Calvin Rose-315/+315
2025-12-14Add more bitmap fonts.Calvin Rose-1/+536
Currently three variants. Each font is embedded into the binary and costs about 4KB of ram. Worth considering making them loadable.
2025-12-14More work on default font rendering.Calvin Rose-0/+5339
2025-12-07Integrate cjanet into build process and add gfx2d.janetCalvin Rose-0/+20363
Begin adding simple drawing utilities to spork for visualization. This will provide some basic tools for image manipulation on the CPU for demos and graphing. TODO - make sure it works with JPM (legacy).
2022-11-06Add miniz code (from janet-miniz) to spork.Calvin Rose-0/+9323
Still missing functions for working with zip files.