mirror of https://github.com/Leinnan/rpack.git
README UPDATE
This commit is contained in:
parent
bd04decb7a
commit
a868797eca
34
README.md
34
README.md
|
|
@ -1,25 +1,10 @@
|
||||||
# rpack [](https://github.com/Leinnan/rpack/actions?workflow=CI)
|
# rpack [](https://github.com/Leinnan/rpack/actions?workflow=CI)
|
||||||
|
|
||||||
[](https://crates.io/crates/rpack_egui)
|
|
||||||
[](https://docs.rs/rpack_egui)
|
|
||||||
|
|
||||||
Create tilemaps 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.
|
This repository contains few projects that together make a fully functional solution for generating tilemaps alongside integration to the Bevy game engine.
|
||||||
|
|
||||||
## rPack egui
|
|
||||||
|
|
||||||
To open it in browser click one of the icons below:
|
|
||||||
|
|
||||||
[](https://mevlyshkin.itch.io/rpack)
|
|
||||||
[](http://rpack.mevlyshkin.com/)
|
|
||||||
|
|
||||||
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_egui` directory of the repo.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Bevy rPack
|
## Bevy rPack
|
||||||
|
|
||||||
[](https://crates.io/crates/bevy_rpack)
|
[](https://crates.io/crates/bevy_rpack)
|
||||||
|
|
@ -59,6 +44,25 @@ Options:
|
||||||
|
|
||||||
Available at [crates/rpack_cli](https://github.com/Leinnan/rpack/tree/master/crates/rpack_cli).
|
Available at [crates/rpack_cli](https://github.com/Leinnan/rpack/tree/master/crates/rpack_cli).
|
||||||
|
|
||||||
|
## rPack egui
|
||||||
|
|
||||||
|
[](https://crates.io/crates/rpack_egui)
|
||||||
|
[](https://docs.rs/rpack_egui)
|
||||||
|
|
||||||
|
A both desktop and web frontend for generating tilemaps. Just drag and drop images into the program and generate tilemaps.
|
||||||
|
|
||||||
|
To open it in browser click one of the icons below:
|
||||||
|
|
||||||
|
[](https://mevlyshkin.itch.io/rpack)
|
||||||
|
[](http://rpack.mevlyshkin.com/)
|
||||||
|
|
||||||
|
|
||||||
|
Source code is available in `crates/rpack_egui` directory of the repo.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Available at [crates/rpack_egui](https://github.com/Leinnan/rpack/tree/master/crates/rpack_egui).
|
||||||
|
|
||||||
|
|
||||||
## Used formats
|
## Used formats
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue