From de3c04c6d6454ad492026dc1653cb41ed40d6c4d Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Tue, 14 Jan 2025 14:29:36 +0100 Subject: [PATCH] README --- README.md | 3 --- crates/rpack_egui/README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 crates/rpack_egui/README.md diff --git a/README.md b/README.md index b07fb4e..2b45533 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,6 @@ 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). diff --git a/crates/rpack_egui/README.md b/crates/rpack_egui/README.md new file mode 100644 index 0000000..d60eeef --- /dev/null +++ b/crates/rpack_egui/README.md @@ -0,0 +1,15 @@ +# 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/) + +![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). \ No newline at end of file