Ipu

Image Processing Unit: An Image Synthesizer

This project is maintained by cjxgm

ipu - Image Processing Unit: A Procedural Image Synthesizer

Licensed under The MIT License.
Copyright (C) 2013, eXerigumo Clanjor (哆啦比猫/兰威举).
See COPYING for more details.

Written in GNU C 11, with Enlightenment Foundation Library.
Note: This project is in its beta stage.


With ipu, you can invent image textures from scratch. preview

Requirements

Have a try!

First, clone this repo:

git clone git://github.com/cjxgm/ipu.git

Then, compile it and run

cd ipu
./configure
make
make test

For it's a beta project, "install" function is not provided. If you want to, you can do it in this way:

sudo cp build/ipu /usr/bin