This is the Linux app named glfx.js whose latest release can be downloaded as glfx.jssourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named glfx.js with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
glfx.js
DESCRIPTION
glfx.js is a JavaScript image-effects library that uses WebGL to apply real-time filters and transformations directly in the browser. It exposes a simple API where images are uploaded into GPU textures, processed with shader-based filters, and rendered to a WebGL canvas. Because the work is done on the GPU, many effects that would be too slow in pure JavaScript (like complex blurs, lens effects, or tilt-shift) can run interactively, even on large images. The library is structured around three components: textures (image sources), filters (shader pipelines), and canvases (render targets), making it easy to compose multiple effects. A demo page showcases a variety of filters, from basic brightness/contrast adjustments to more advanced distortions and color manipulations. glfx.js remains a handy reference and solution for anyone needing client-side photo editing, visual effects, or generative graphics powered by WebGL.
Features
- GPU-accelerated image processing via WebGL for real-time effects
- Texture–filter–canvas abstraction for composing complex effect chains
- Wide range of built-in filters such as blur, vignette, tilt-shift, and color adjustments
- Works directly in the browser with
and
- Suitable for photo editors, visual demos, and creative coding projects
- Minimal pure-JS API that can be wrapped in frameworks like React or Vue
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/glfx-js.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
