Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surjikal/css-custom-filter-sandbox
Create and play with custom css filters. Features automatic GUI generation from defined uniforms.
https://github.com/surjikal/css-custom-filter-sandbox
Last synced: about 2 months ago
JSON representation
Create and play with custom css filters. Features automatic GUI generation from defined uniforms.
- Host: GitHub
- URL: https://github.com/surjikal/css-custom-filter-sandbox
- Owner: surjikal
- Created: 2013-04-21T18:58:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-21T23:09:02.000Z (over 11 years ago)
- Last Synced: 2024-04-16T00:57:56.347Z (8 months ago)
- Language: JavaScript
- Homepage: http://surjikal.github.io/css-custom-filter-sandbox/
- Size: 4.61 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Custom Filter Sandbox
Create and edit css custom filters. The sandbox will automatically generate GUI elements
based on the uniforms defined in your shader. This lets you tweak your filter's parameters.Still WIP
# Installation
It's pretty easy!
1. Install **node.js**
2. Install Compass: `gem install compass`
3. Install dependencies: `npm install -d`# Running
`grunt run`
## Stack
- Jade
- Compass
- CoffeeScript
- AngularJS