Releases: cyrilcode/cyril
Dan's build
The build here was made by Dan and is not from this source code, but his fork.
See here for details: #36 (comment)
Beta 6 CMake
This is an OSX build from the CMake branch.
Unless you specifically want to beta test the CMake branch, you should probably use the main build.
Beta 6
Adds in support for OSC controllers, as discussed in #18 and #24.
See #24 for details on how to configure your controller (example layout for TouchOSC is included in repo).
Fixes issue with Bloom PostProcessing FX.
Improves support for external editor, by removing dependency on ofxIO and using a more responsive file timestamp check.
Beta 5
I would recommend using Beta 4 unless you want to test the post processing effects. This is because there are still some issues with the Post Processing effects (see issue 19 linked below).
This release adds experimental support for effects, using ofxPostProcessing. It adds three new keywords to the language, mapped to 3 of ofxPostProcessing's effects, Kaleidoscope, NoiseWarp and Pixelate.
More information on development of post processing effects in this issue:
#19
Beta 4
Just a quick fix on top of beta3 to move the png sprite image anchor to centre of image.
First attempt at sprites (png) objects
This release separates out the "data" folder so you can use an external text editor to write your Cyril programs. It also adds a new "img" command for drawing sprites.
Cyril Beta 2
Update 25th Nov 2013 - Built against new version of ofxEditor which fixes performance issues when a large text buffer is loaded into the editor.
Pre-beta (old)
This version has been left up for users who want to try the pre-beta functionality and ofxGLEditor instead of ofxEditor.