skykistler / smudgr

smudge the pixels
http://smudgr.io
3 stars 0 forks source link

smudgr

smudgr is a unique visuals app for designing, producing, and performing algorithmic manipulations.

Build/Launch

Requires JRE/JDK 1.8. Eclipse or IntelliJ recommended.

Requires [Node.js/NPM] (https://nodejs.org/en/). Make sure npm is on your path.

Requires [Ant] (https://ant.apache.org/manual/install.html), which may be included in your Java IDE, but you can use brew install ant on OSX, or install manually on Windows.

ant build

This should install dependencies, compile code, and bundle an executable in builds/your_os

After this completes, drop a few small images or gifs into the data/included directory and re-run ant build.

Run the executable in builds/your_os and the application should launch.

Headless

You can run a test class without launching the front-end using:

ant run -Dclass=io.smudgr.PizzaBoxShow