[go: up one dir, main page]

texture_packer 0.0.1

A library for texture packing

# texture-packer [![Build Status]https://travis-ci.org/PistonDevelopers/texture_packer.svg?branch=master]https://travis-ci.org/PistonDevelopers/texture_packer

A library for texture packing

To test, run `cargo run --example packer-test` from the project directory.

[How to contribute](https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md)

# screenshots

## Shelf Packer
![shelf-packer](./examples/output/shelf-packer-output.png)

## Guillotine Packer
![guillotine-packer](./examples/output/guillotine-packer-output.png)

## Maxrect Packer
![maxrect-packer](./examples/output/maxrect-packer-output.png)

## Skyline Packer
![skyline-packer](./examples/output/skyline-packer-output.png)

## Dependencies

![dependencies](./Cargo.png)