Go to file
Piotr Siuszko e697573f0c Save json button 2025-01-09 18:11:23 +01:00
.github/workflows Better fonts 2025-01-08 22:25:32 +01:00
crates Save json button 2025-01-09 18:11:23 +01:00
.gitignore Overhaul of the program 2025-01-07 17:31:55 +01:00
Cargo.lock Bevy crate improvements, example, docs 2025-01-09 17:39:04 +01:00
Cargo.toml Overhaul of the program 2025-01-07 17:31:55 +01:00
README.md Bevy crate improvements, example, docs 2025-01-09 17:39:04 +01:00

README.md

rpack Build Status

Create spritesheets in seconds!

rPack egui

To open it in browser click one of the icons below:

Itch.io Github Pages

A both desktop and web frontend for generating tilemaps. Just drag and drop images into the program and generate tilemaps.

Source code is available in crates/rpack directory of the repo.

rpack_ebVVrMf3wm

Bevy rPack

A Bevy plugin with support for the rpack.json atlases.

More info available at crates/bevy_rpack.

rPack CLI

Command line interface for generating tilemaps. Code stored in crates/rpack_cli directory. Right now this is the part of the project that could change the most.