Crate guillotiere[][src]

Re-exports

pub extern crate euclid;

Structs

ID referring to an allocated rectangle.

Options to tweak the behavior of the atlas allocator.

A dynamic texture atlas allocator using the guillotine algorithm.

A simpler atlas allocator implementation that can allocate rectangles but not deallocate them.

Enums

Constants

Functions

Dump a visual representation of the atlas in SVG, omitting the beginning and end of the SVG document, so that it can be included in a larger document.

Dump a visual representation of the atlas in SVG format.

Shorthand for Point2D::new(x, y).

Shorthand for Size2D::new(w, h).

Type Definitions