Home

Awesome

Project logo

License Build Status Badge

Demo of my Haxe port of the Kiwi constraint solver. Kiwi is an efficient implementation of the Cassowary algorithm based on the seminal Cassowary paper.

Run it in your browser.

Usage

This demo requires HaxeFlixel and Actuate, so install these first:

haxelib install actuate
haxelib install flixel

Build the app and tap the buttons at the bottom of the screen to play with it.

Edit the JSON constraint definitions in assets/data to modify the demos.

Notes