All Projects → evanw → Webgl Filter

evanw / Webgl Filter

Licence: mit
An image editor in WebGL

Programming Languages

javascript
184084 projects - #8 most used programming language

WebGL Filter

View Live Demo

This is an image editor written using WebGL that allows you to transform your images with various image filters (contrast adjustment, tilt-shift, lens defocus, etc.). WebGL is GPU programming for the web, and allows JavaScript web applications to attain performance that wouldn't otherwise be possible. It was originally written in 24 hours for HackNY 2011 but the core functionality was later moved to the glfx.js library.

Running

While you can just open www/index.html, you won't be able to save because of the security protection on file:// URLs. Instead, run cd www && python -m SimpleHTTPServer and visit http://localhost:8000.

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].