GitPedia
amethyst

amethyst/sheep

Modular and lightweight spritesheet packer 🐑

2 Releases
Latest: 6y ago
Release 0.3.0v0.3.0Latest
happenslolhappenslol·6y ago·August 18, 2019
GitHub

Added

  • Trimming functionality added. ([#14])
  • Pretty-print functionality for toml output added ([#18])
  • Aliasing sprite duplicates functionality added ([#22])
  • PNG Compression support for CLI added ([#27])

📦 Modified

  • `Named` format moved to `amethyst` feature set, removed from `default` ([#17])
  • [#14]: https://github.com/amethyst/sheep/pull/14
  • [#17]: https://github.com/amethyst/sheep/pull/17
  • [#18]: https://github.com/amethyst/sheep/pull/18
  • [#22]: https://github.com/amethyst/sheep/pull/22
  • [#27]: https://github.com/amethyst/sheep/pull/27
Release 0.2.1v0.2.1
happenslolhappenslol·6y ago·July 13, 2019
GitHub

📦 sheep 0.2.1, sheep_cli 0.2.0 - 2019-07

  • Initial [crates.io](https://crates.io) release

Added

  • Maxrects packer added. ([#10])
  • Support for multiple output textures added. ([#10])
  • Benchmarks added. ([#10])
  • [#10]: https://github.com/amethyst/sheep/pull/10