Synthclipse 2.0.0 released.

Synthclipse 2.0.0 released. Downloads.

Special thanks to Mario Lavin for the support. This release wouldn’t be possible without him.

Synthclipse is a GLSL shader prototyping tool based on Eclipse IDE. It makes possible to fast develop all kinds of shaders: Fragment (FS), Vertex (VS), Geometry (GS), Tessellation (TS) and Compute (CS). Shader development can be done using compatible with Fragmentarium and Shadertoy (but limited to FS and VS) Fragx shaders or by using fully featured JavaScript JSX scripts. The JSX API is consistent with WebGL but in fact exposes complete OpenGL 4+ API.

Changelog:

* Added [url=http://synthclipse.sourceforge.net/img/new/2.0.0/graph_editor.png]key frame curve editor (the Graph View)[/url]

* Added [url=http://synthclipse.sourceforge.net/img/new/2.0.0/windowed_mode.png]windowed Viewport mode[/url] (it allows true full screen and has better performance)

* Added possibility of [url=http://synthclipse.sourceforge.net/img/new/2.0.0/midi_mapping.png]mapping a MIDI Controller's knobs and sliders[/url] to Uniform Controls

* Added [url=http://synthclipse.sourceforge.net/img/new/2.0.0/per_component_keyframes.png]per vector component key frames[/url] (to the Timeline and the Graph)

* [url=http://synthclipse.sourceforge.net/img/new/2.0.0/timeline.png]Redesigned the Timeline View[/url].

* Key frames are now saved in a binary format encoded with Base64 encoding

* Extended GPU sound to 3 minutes

* Fixed bug with a crash when capturing audio input

* Fixed Shadertoy importer

* Fixed GLSL Sandbox importer

* Fixed Color Chooser bug when manually typing integer color value

Why jump from version 1.2.0 to 2.0.0?

Well, maybe changes from 1.2.0 to 2.0.0 are not huge, but there are quite a lot of changes from 1.0.0 to 2.0.0.
The main reason is that internally Synthclipse has changed significantly (API breaking changes). Besides that I don’t want to continue version 1.x forever. Synthclipse 1.0.0
was released exactly two years ago and its time to move to version 2.x.


http://synthclipse.sourceforge.net/img/new/2.0.0/animation_perspective_thumb.png


http://synthclipse.sourceforge.net/img/new/2.0.0/midi_mapping_thumb.png


http://synthclipse.sourceforge.net/img/new/2.0.0/windowed_mode_2_thumb.png

Synthclipse 2.0.1 released. Downloads.

This is small bugfix release with minor additions.

Changelog:

* Fixed recording on the Timeline/Graph
* Fixed a bug with remembering previous buffer file between builds in a Buffer Uniform Control
* Fixed Shadertoy importer (shaders with multiple passes were imported incorrectly)
* Timeline/Graph: save icon is now grayed out if there is nothing to save
* Added optional texture parameters to the Music Uniform Control
* Synthclipse prepackaged version updated to Eclipse 4.7 Oxygen

Just wanted to give a huge thank you!
Just installed this today and have not been dissapointed yet, everything is extemely polished and works out of the box, and I was able to install from the eclipse market place.
Just what I was looking for, amazing job keep it up!

@EpicGuru
Thanks! I really appreciate your kind words. Sorry for late response. I’m not visiting this forum very often.


Synthclipse 2.0.2 released. Downloads.

Changelog: