Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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