KiwiConstraintSolver
KiwiConstraintSolver.jl is a Julia port of the efficient C++ implementation of the Cassowary constraint solving algorithm
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Repository
KiwiConstraintSolver.jl is a Julia port of the efficient C++ implementation of the Cassowary constraint solving algorithm
Basic Info
- Host: GitHub
- Owner: kdheepak
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://kdheepak.com/KiwiConstraintSolver.jl/
- Size: 145 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 6
Metadata Files
README.md
KiwiConstraintSolver
KiwiConstraintSolver.jl is port of the efficient C++ implementation of the Cassowary constraint solving algorithm from kiwi.cpp.
This package contains an implementation of the Cassowary constraint solving algorithm, based upon the work by G.J. Badros et al. in 2001. This algorithm is designed primarily for use constraining elements in user interfaces, but works well for many constraints that use floats. Constraints are linear combinations of the problem variables. The notable features of Cassowary that make it ideal for user interfaces are that it is incremental (i.e. you can add and remove constraints at runtime and it will perform the minimum work to update the result) and that the constraints can be violated if necessary, with the order in which they are violated specified by setting a "strength" for each constraint. This allows the solution to gracefully degrade, which is useful for when a user interface needs to compromise on its constraints in order to still be able to display something.
References
- https://github.com/nucleic/kiwi
- https://github.com/yglukhov/kiwi
- https://github.com/schell/casuarius
Owner
- Name: Dheepak Krishnamurthy
- Login: kdheepak
- Kind: user
- Location: Canada
- Website: https://kdheepak.com
- Repositories: 1,032
- Profile: https://github.com/kdheepak
Citation (CITATION.bib)
@misc{KiwiConstraintSolver.jl,
author = {Dheepak Krishnamurthy},
title = {KiwiConstraintSolver.jl},
url = {https://github.com/kdheepak/KiwiConstraintSolver.jl},
version = {v1.0.0},
year = {2023},
month = {8}
}
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dheepak Krishnamurthy | me@k****m | 32 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: less than a minute
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 6.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JuliaTagBot (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 14 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 6
juliahub.com: KiwiConstraintSolver
KiwiConstraintSolver.jl is a Julia port of the efficient C++ implementation of the Cassowary constraint solving algorithm
- Homepage: https://kdheepak.com/KiwiConstraintSolver.jl/
- Documentation: https://docs.juliahub.com/General/KiwiConstraintSolver/stable/
- License: MIT
-
Latest release: 1.1.1
published almost 3 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite