Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@elgopher elgopher released this 24 Jul 22:25
· 323 commits to master since this release

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