tex-packer-gui

Crates.iotex-packer-gui
lib.rstex-packer-gui
version0.1.0
created_at2025-10-07 12:23:06.212884+00
updated_at2025-10-07 12:23:06.212884+00
descriptionDesktop GUI for tex-packer built with egui/eframe (wgpu): load images, configure, preview, and export texture atlases.
homepagehttps://github.com/Latias94/tex-packer
repositoryhttps://github.com/Latias94/tex-packer
max_upload_size
id1871601
size200,572
Latias94 (Latias94)

documentation

README

tex-packer-gui

Crates.io License

GUI Overview

Desktop GUI for tex-packer built with egui/eframe (wgpu).

  • Load a folder of images, configure packing options, preview atlas pages, and export PNG + JSON.

  • Uses tex-packer-core for algorithms and rendering.

Quickstart

  • From repo: cargo run -p tex-packer-gui
  • Controls:
    • Inputs: Pick input folder; optional output folder.
    • Config: Algorithm, dimensions, padding, rotation, pow2/square, auto settings.
    • Actions: Pack to preview; Export to save PNGs and JSON (hash format).

Notes

  • For large sets, Auto (quality) + time budget yields better single-page occupancy.
  • Wasm: GUI is desktop-focused; core compiles to wasm32-unknown-unknown.
Commit count: 0

cargo fmt