https://github.com/evanw/webgl-filter
An image editor in WebGL
https://github.com/evanw/webgl-filter
Last synced: about 2 months ago
JSON representation
An image editor in WebGL
- Host: GitHub
- URL: https://github.com/evanw/webgl-filter
- Owner: evanw
- License: mit
- Created: 2011-04-10T03:49:59.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T17:11:19.000Z (over 3 years ago)
- Last Synced: 2025-04-03T21:12:52.705Z (2 months ago)
- Language: JavaScript
- Homepage: https://evanw.github.io/webgl-filter/
- Size: 5.45 MB
- Stars: 1,056
- Watchers: 37
- Forks: 149
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGL Filter
### [View Live Demo](https://evanw.github.io/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](https://github.com/evanw/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
