[go: up one dir, main page]

texture_packer 0.9.0

A texture packing library using the skyline heuristic
Documentation
1
2
3
4
5
digraph example3 {
    N0[label="texture-packer"];
    N1[label="image"];
    N0 -> N1[label=""];
}