From 6ef14d6dc03462c594b2b0e381b420812aef7f20 Mon Sep 17 00:00:00 2001 From: Alex Birkett Date: Sat, 30 Jan 2016 13:03:27 +0100 Subject: [PATCH] Add history --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 45d42df..44d3d49 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A Java port of the [Kiwi](https://github.com/nucleic/kiwi), a C++ implementation ## Background This project was created by porting [Kiwi](https://github.com/nucleic/kiwi) line for line to Java. The objective is to create a faster Java implementation of the Cassowary constraint solving algorithm. +## History + +The initial porting work was done in a weekend in at the end of January 2015 by Alex Birkett without a deep understanding of the Cassowary algorithm. +At that time, the tests ported from the [java cassowary project](https://github.com/pybee/cassowary-java), did not pass. +The project was forgotten about until early 2016 when [yonsunCN](https://github.com/yongsunCN) found it and fixed it. + +As of January 2016, the testes ported from [java cassowary project](https://github.com/pybee/cassowary-java) now pass. + ## Example usage Solver solver = new Solver();