Skip to content

Releases: rumblesan/improviz

Improviz-0.8.1

25 Aug 20:20
Compare
Choose a tag to compare
Version 0.8.1

Tweaks

* StrokeSize now uses value between 0 and 100, with a default value of 2
* Tweaks to texture coords on geometries

Bug Fixes

* strokeSize function now works correctly
* rotate function arguments now in correct order

Improviz-0.8.0

22 Jun 18:57
Compare
Choose a tag to compare
Version 0.8.0

Breaking changes

* New wireframes

Features

* Adding support for materials
* Depth checking enable/disable
* Stroke/wireframe size now selectable
* movePct function to allow movements in terms of screen coordinates

Tweaks

* Default font size reduced
* Decorated config off by default
* Combining performance repo with main repo
* Better Z axis ordering of shape faces

Bug Fixes

* Fixed crashing bug with unknown `style` command
* Background and animationStyle now revert to normal if not specified

Improviz-0.8.0-preview-3

13 Apr 15:47
Compare
Choose a tag to compare
Merge branch 'origin-selection'

Improviz-0.7.1-editor-fix

19 Feb 14:28
Compare
Choose a tag to compare
A quick release to fix built in editor

Improviz-0.7.1

10 Feb 17:34
Compare
Choose a tag to compare
Version 0.7.1

* Allow setting external variables as symbols via OSC

Improviz-0.7.0

07 Feb 13:03
Compare
Choose a tag to compare
Version 0.7.0

* Adding debug printing function
* Switch to application blocks being lambdas
* Adding support for application block arguments
* Adding support for default function arg values

Improviz-0.6.1

15 Dec 19:18
Compare
Choose a tag to compare
Version 0.6.1

Features
* Remember to add triangle code/geometry to improviz performance repo so
it gets added to the pre-built versions

Improviz-0.6.0

14 Dec 11:33
Compare
Choose a tag to compare
Version 0.6.0

Features
* Adding elif
* Adding boolean ! and != operators
* Adding spread operator for function application
* Warn when trying to apply non functions
* Adding triangle shape courtesy of _darch

Bug Fixes
* Better divide by zero handling
* Don't crash when modulo by zero happens
* Attempting to speed up text rendering a bit

Improviz-0.5.1

02 Aug 20:21
Compare
Choose a tag to compare
Version 0.5.1

* Make sure updated performance repo gets included in artifacts

Improviz-0.5.0

02 Aug 19:45
Compare
Choose a tag to compare
Version 0.5.0

Features

* Move base geometries into external OBJ files
* Allow loading of external geometries
* Better handling of tabs in displayed code
* Allow basic multiple error reporting from parser

Bugs

* Fixed *nix build
* Fixed bug with stdlib shape functions