Releases: elgopher/pi
Releases · elgopher/pi
v0.9.0
v0.8.0
What's Changed
- Run will not boot when game is already booted by @elgopher in #28
- Implement RectFill and Rect by @elgopher in #30
- [bugfix] Panic when scrolling entire screen by @elgopher in #31
- Reset clipping region on Cls by @elgopher in #34
- Reset clipping region and cursor on ClsCol by @elgopher in #35
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
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