KiwiConstraintSolver

KiwiConstraintSolver.jl is a Julia port of the efficient C++ implementation of the Cassowary constraint solving algorithm

https://github.com/kdheepak/kiwiconstraintsolver.jl

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
Last synced: 10 months ago · JSON representation ·

Repository

KiwiConstraintSolver.jl is a Julia port of the efficient C++ implementation of the Cassowary constraint solving algorithm

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

KiwiConstraintSolver

Dev Build Status

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

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

All Time
  • Total Commits: 32
  • Total Committers: 1
  • Avg Commits per committer: 32.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 32
  • Committers: 1
  • Avg Commits per committer: 32.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 14 Total
Rankings
Dependent repos count: 10.1%
Average: 24.0%
Dependent packages count: 37.9%
Last synced: 11 months ago

Dependencies

.github/workflows/CI.yml actions
  • 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
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite