geomancy-layout: Geometry and matrix manipulation

[ bsd3, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Layout primitives and algorithms for geomancy data.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), geomancy (>=0.2.6 && <1), gl-block (>=1.0 && <2) [details]
License BSD-3-Clause
Copyright 2025 IC Rainbow
Author IC Rainbow
Maintainer aenor.realm@gmail.com
Category Graphics
Source repo head: git clone https://gitlab.com/dpwiz/geomancy-layout
Uploaded by AlexanderBondarenko at 2025-05-09T22:00:49Z
Distributions NixOS:0.1
Reverse Dependencies 4 direct, 3 indirect [details]
Downloads 93 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-05-09 [all 1 reports]

Readme for geomancy-layout-0.1.1

[back to package description]

geomancy-layout

Layout primitives using geomancy vectors.

  • Geomancy.Layout - box cutting and stacking.
  • Geomancy.Layout.Box - size/position and top/right/bottom/left boxes and manipulation.
  • Geomancy.Layout.Alignment - distribute size leftovers proportionally.
  • Geomancy.Layout.View - SwiftUI-like containers.