A new release of Kojo (Version: 310811-1) is out. Highlights:
- A Scala upgrade – version 2.9.1.final is bundled.
- Turtle commands for Staging shapes. Here’s an Example:
import Staging._ clear() val sp = sprite(0, 0, "/home/lalit/image/casper.jpg") animate { sp.forward(1) sp.towards(mouseX, mouseY) }
- New commands: repeatWhile() and repeatUntil()
As always, the new version is available on the Kojo Download Page. Enjoy!