diff --git a/README.md b/README.md index 1315c5e..55c0b9c 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,10 @@ # rpack [![Build Status](https://github.com/Leinnan/rpack/workflows/CI/badge.svg)](https://github.com/Leinnan/rpack/actions?workflow=CI) -[![Crates.io](https://img.shields.io/crates/v/rpack_egui)](https://crates.io/crates/rpack_egui) -[![Documentation](https://docs.rs/rpack_egui/badge.svg)](https://docs.rs/rpack_egui) 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 - -To open it in browser click one of the icons below: - -[![Itch.io](https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge&logo=Itch.io&logoColor=white)](https://mevlyshkin.itch.io/rpack) -[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](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. - -![rpack_ebVVrMf3wm](https://github.com/user-attachments/assets/bb015348-3c1f-46be-9312-963b4f39f9c0) - ## Bevy rPack [![Crates.io](https://img.shields.io/crates/v/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). +## rPack egui + +[![Crates.io](https://img.shields.io/crates/v/rpack_egui)](https://crates.io/crates/rpack_egui) +[![Documentation](https://docs.rs/rpack_egui/badge.svg)](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: + +[![Itch.io](https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge&logo=Itch.io&logoColor=white)](https://mevlyshkin.itch.io/rpack) +[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](http://rpack.mevlyshkin.com/) + + +Source code is available in `crates/rpack_egui` directory of the repo. + +![rpack_ebVVrMf3wm](https://github.com/user-attachments/assets/bb015348-3c1f-46be-9312-963b4f39f9c0) + +Available at [crates/rpack_egui](https://github.com/Leinnan/rpack/tree/master/crates/rpack_egui). + ## Used formats