Skip to content

Kojo Release 2.7.10

Compare
Choose a tag to compare
@litan litan released this 27 Jan 07:59
· 788 commits to master since this release
  • Add support for setup, drawLoop method of drawing.
  • Add keyboard shortcut for stopping scripts.
  • Add mouse move handler support for canvas.
  • Add new picture creation methods (Picture.point, Picture.ellipseInRect)
  • Add noPen command for pictures and turtles.
  • Add new mathx methods (distance, angle).
  • Introduce an API for canvas (low-level) drawing to support efficient generative art for drawings with a million plus elements.
  • Add code template for canvasSketch