This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
Release 0.0.4
Pre-release
Pre-release
Alpha 0.0.4 release! The Clip and Scale release
This release is a pretty major update to the graphics library. It now contains extra methods for drawing sprites and an experimental clip()
method for rendering small portions of the screen. This will be updated in the wiki sometime after this release.
The new sprite command is spriteSc()
and has options for scaling once, in both x and y, or scaling independent x and y, as well as scaling along with flipping and rotations. Like clip, this will be documented shortly after the release.
This release also adds the ability to write your programs in Java! Currently this is very experimental and only supports a single Java file program. Working on fixing this for future releases. Groovy is still the primary supported implementation language.