I’m excited to share pkklib, a lightweight and modular C library I created for building games and demos on the PicoCalc– the Raspberry Pi Pico-powered calculator.
What pkklib offers:
- Simple APIs for screen drawing, input, and sound
- Designed to be fast and memory-efficient
- Great for retro games, tools, and creative experiments
- Includes a ready-to-use project template
You can find it here:
GitHub - redbug26/pkklib: pkklib - A free and open development kit for the clockworkPi PicoCalc
To kick things off, I also ported a Game Boy-style Tetris clone to PicoCalc using pkklib — check it out in the repo!
I’d love to hear what you build with it. Feedback and contributions welcome!