Java Fractal Image Compression based on Delaunay triangulation
Implementation of the algorithm of the paper: "Fractal image compression based on Delaunay triangulation and vector quantization"
It is a Fractal compression algorithm, based on relationships between regions of the image (in this case triangles), rather than in explicitly the pixel values themselves.
Video...
Urban is a software capable of procedurally creating 3d urban environments. It's based on a multi-agent system where each agent is responsible for one type of urban object. This means the system is highly modular and can easily be extended.