atlas: Skyline rectangle packing

[ graphics, library ] [ Propose Tags ]

Skyline rectangle packing for font atlases and the like using stb_rect_pack.h


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), containers, data-default, inline-c, lens, primitive, template-haskell, transformers [details]
License (BSD-2-Clause OR Apache-2.0)
Copyright Copyright (c) 2019 Edward Kmett
Author Edward Kmett
Maintainer Edward Kmett <ekmett@gmail.com>
Category Graphics
Home page https://github.com/ekmett/codex/tree/master/atlas#readme
Source repo head: git clone https://github.com/ekmett/codex(atlas)
Uploaded by EdwardKmett at 2021-03-24T00:15:35Z
Distributions NixOS:0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 234 total (24 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for atlas-0

[back to package description]

atlas

Hackage Build Status

This package provides 2D skyline rectangle packing, which can be useful for building texture atlases and the like.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett