You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
676 B

4 years ago
  1. Welcome to Kiwi
  2. ===============
  3. .. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=master
  4. :target: https://travis-ci.org/nucleic/kiwi
  5. Kiwi is an efficient C++ implementation of the Cassowary constraint solving
  6. algorithm. Kiwi is an implementation of the algorithm based on the seminal
  7. Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
  8. has been designed from the ground up to be lightweight and fast. Kiwi ranges
  9. from 10x to 500x faster than the original Cassowary solver with typical use
  10. cases gaining a 40x improvement. Memory savings are consistently > 5x.
  11. In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.