Releases: elgopher/pi
Releases · elgopher/pi
v0.2.0
v0.1.0
MVP
This release adds minimal functionality that can be used by early adopters:
- presenting game on the screen
- ability to change resolution and palette
- loading sprite-sheet from file
- functions to Boot and Run the game
- Time() function
- Basic graphics API
- drawing sprites and pixels with camera and clipping support: Cls, Clip, Camera, Spr, Pset, Pget, Sset, Sget
- ability to directly access pixels on the screen and sprite-sheet
- Map API: Cos, Sin, Atan2
Full Changelog: https://github.com/elgopher/pi/commits/v0.1.0