Synthclipse is a GLSL shader prototyping tool. 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. Features:
- easy GLSL shader development focused on simplicity and interactivity
- support for the newest OpenGL API (4+) and for all kind of shaders (Fragment, Vertex, Geometry, Tessellation and Compute)
- compatibility with WebGL
- key frame animation
- high quality movie recording
- possible music visualization with build-in audio player using mp3 files or by capturing line-in / mic-in audio signal
- Spout sharing
- Shadertoy, Fragmentarium and GLSL Sandbox importers
Tags: glsl, opengl, shader, computer graphics, fileExtension_fragx, fileExtension_stoy, fileExtension_sau, fileExtension_frag, fileExtension_vert, fileExtension_geom, fileExtension_tessctrl, fileExtension_tesseval, fileExtension_comp, fileExtension_glsl, fileExtension_jsx
Additional Details
Eclipse Versions: Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Development Status: Production/Stable
Date Created: Sunday, February 16, 2014 - 09:31
License: EPL
Date Updated: Friday, January 15, 2021 - 10:08
Submitted by: Kamil Kolaczynski
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 406/573 | 4 | 5 |
September 2024 | 374/642 | 19 | 12 |
August 2024 | 373/641 | 16 | 20 |
July 2024 | 347/663 | 22 | 21 |
June 2024 | 346/681 | 27 | 27 |
May 2024 | 386/682 | 20 | 22 |
April 2024 | 408/687 | 17 | 21 |
March 2024 | 351/694 | 32 | 19 |
February 2024 | 344/687 | 30 | 15 |
January 2024 | 354/691 | 29 | 21 |
December 2023 | 342/671 | 31 | 10 |
November 2023 | 338/686 | 37 | 10 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 2
Count | Error Message |
---|---|
2 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
I cant run the plugin
Submitted by Gerald Peter on Wed, 07/26/2023 - 06:29
Hello, I am using windows 10 pro, java 15 in eclipse 2021-03(4.19.0) and it says installed, but the editor does not show
Can't install on windows 10 (64bit)
Submitted by leanid Mising name on Wed, 01/24/2018 - 07:57
See error with incompatible version of CDT plugins (I have last update version of CDT (9.4.2018...)
Re: Can't install on windows 10 (64bit)
Submitted by Kamil Kolaczynski on Thu, 01/25/2018 - 05:59
In reply to Can't install on windows 10 (64bit) by leanid Mising name
The problem is fixed by now.
Amazing
Submitted by Paul Verest on Tue, 02/18/2014 - 20:39
Author should have introduce what GLSL is. It is OpenGL Shading Language, see http://en.wikipedia.org/wiki/GLSL
This solution enable 3D video rendering in Eclipse and has audio player.