kiwi
Version, currently 0.2.04 versions
- 0.3.0latestJan 8, 2021
- 0.2.1not indexedJul 26, 2021
- 0.2.0not indexedJul 26, 2021
- 0.1.0not indexedJul 26, 2021
github.com/da1nerd/kiwi.cr
A Crystal port of the Cassowary constraint solving algorithm
Nothing has been indexed for 0.2.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
kiwi:
github: da1nerd/kiwi.cr
version: ~> 0.2.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.2.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Kiwi
A Crystal port of the Java implementation of the Cassowary constraint solving algorithm
In other words, this is an algorithm to calculate constraint based GUI layouts.
Installation
Add this to your application's shard.yml:
dependencies:
kiwi:
github: neutrinog/kiwi.cr
Usage
require "kiwi"
solver = Kiwi::Solver.new
x = Kiwi::Variable.new("x")
solver.add_constraint(x + 2 == 20)
solver.update_variables
puts x.value # => 18
Benchmark
crystal run --release spec/benchmark.cr
Contributing
- Fork it (https://github.com/neutrinog/kiwi.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- neutrinog Joel Lonbeck - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.2.0- Tagged
- Jul 26, 2021
- Commit
4efc6e67cda2- Indexed
- not yet
Dependents
Repository
github.com/da1nerd/kiwi.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 13, 2026
- Versions
- 4