mirror of https://github.com/Leinnan/rpack.git
README update
This commit is contained in:
parent
dd81ae7451
commit
e93aa6a674
|
|
@ -1,6 +1,8 @@
|
||||||
# rpack [](https://github.com/Leinnan/rpack/actions?workflow=CI)
|
# rpack [](https://github.com/Leinnan/rpack/actions?workflow=CI)
|
||||||
|
|
||||||
Create spritesheets in seconds!
|
Create tilemaps in seconds!
|
||||||
|
|
||||||
|
This repository contains few projects that together make a fully functional solution for generating tilemaps alongside integration to the Bevy game engine.
|
||||||
|
|
||||||
## rPack egui
|
## rPack egui
|
||||||
|
|
||||||
|
|
@ -21,6 +23,8 @@ A Bevy plugin with support for the `rpack.json` atlases.
|
||||||
|
|
||||||
More info available at [crates/bevy_rpack](https://github.com/Leinnan/rpack/tree/master/crates/bevy_rpack).
|
More info available at [crates/bevy_rpack](https://github.com/Leinnan/rpack/tree/master/crates/bevy_rpack).
|
||||||
|
|
||||||
|
Repository contains example how to use plugin in Bevy.
|
||||||
|
|
||||||
## rPack CLI
|
## 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.
|
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.
|
||||||
Loading…
Reference in New Issue