evanw / webgl-filter

An image editor in WebGL

Home Page:https://evanw.github.io/webgl-filter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL Filter

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

About

An image editor in WebGL

https://evanw.github.io/webgl-filter/

License:MIT License


Languages

Language:JavaScript 71.4%Language:CSS 25.1%Language:HTML 3.6%