Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@funwithtriangles funwithtriangles released this 03 Mar 16:01
· 48 commits to dev since this release
c720e5a

Some big changes with this release, most notably post processing. It's now possible for sketches to add passes to the composer, for all sorts of pixel-based fun. Read more on how to add post processing to your sketches as well as how to use post processing in the app. Another great addition is support for different value types, such as floats, text, booleans and enums (vec2 and vec3 coming next!).

Please note there have been some API changes, so your sketch files will need updating. The THREE global has moved inside of the new HEDRON global and sketch methods now have one single object argument instead of many arguments. See the docs for details.

Your old v0.5 project files will almost certainly be broken. Use the project fix script to fix them! If this doesn't work, post an issue and I'll see if I can fix it for you.

New Features

Removed Features

  • Antialiasing temporarily removed (Discussion: #304)

API changes

Bug fixes / Performance

For all changes check out the v0.6.0 Milestone

Releases are available for Windows, Mac and Linux (haven't tested for Linux, sorry! Please raise an issue if something is wrong).