Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.45 KB

RELEASE.md

File metadata and controls

30 lines (23 loc) · 1.45 KB

Release notes

v0.1.1

SVG!

  • Pt now supports both html5 canvas and svg. To render in svg, you can simply replace CanvasSpace and Form with SVGSpace and SVGForm, and just an additional line of form.scope(...) in your code. Everything else stays the same. See demos here and here.

Extended documentations

Bug fixes

  • improved gulp error handling
  • improved homepage design
  • other minor stuff

v0.1 [experimental]

The world was so recent that many things lacked names, and in order to indicate them it was necessary to point.
-- Gabriel Garcia Marquez

What's new

  • The first release of Pt include a core set of classes based on Point, Form, and Space.
  • A couple of extended classes are in progress
  • Draft of supporting documentations and demos

What's missing

  • In this version we only provides CanvasSpace and Form to support html5 canvas drawing. We would want to get to other forms of expressions, such as DOM or SVG or even something more experimental like Sound.
  • For canvas drawing, current release only supports 2D graphics for the most part. Needs some more thinking on the approach to 3D.
  • Rough build system and unit tests. To be improved.