Reorganized folders

Added README
This commit is contained in:
Ray
2018-05-11 13:26:03 +02:00
parent 8fe2307dbf
commit 9d2fb57378
8 changed files with 46 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<img align="left" src="logo/rguilayout_256x256.png" width=256>
# rGuiLayout
A simple and easy-to-use tool to create raygui-based layouts. Useful for fast tools development. The perfect companion for [rGuiStyler]() tool.
A simple and easy-to-use tool to create raygui-based layouts. Useful for fast tools development. The perfect companion for [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) tool.
<br>
<br>
@ -10,19 +10,19 @@ A simple and easy-to-use tool to create raygui-based layouts. Useful for fast to
## Features
- +25 controls available to define your imgui layout
- **+25 controls available to define your imgui layout**
- Place controls visually and move/scale them freely
- Snap to grid mode for maximum precission
- Save/Load your layout as .rgl (text or binary mode)
- Import .rgs files (rGuiStyler) to customize visual style (drag&drop)
- Export layout directly as plain C code, ready to edit and compile!
- Save/Load your layout as **.rgl (text or binary mode)**
- Import **.rgs** files ([rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler)) to customize visual style (drag&drop)
- **Export layout directly as plain C code, ready to edit and compile!**
- Multiple code generation options to customize exported code
- Supports image loading to be used as tracemap
- Autovisible right controls panel for quick selection
- Anchors mode support to link your controls
- Controls text edition and name edition (for exported variables)
- +10 predefined layout available for reference
- Completely portable (single file)
- **+10 predefined layout available for reference**
- **Completely portable (single file)**
- Free and open source
## Usage
@ -38,7 +38,7 @@ To compile the code, you need raygui library (single-file header-only) and rayli
## License
rGuiLayout is free and open source software. rGuiLayout source code is licensed under an unmodified zlib/libpng license. Check [LICENSE](LICENSE) for further details.
rGuiLayout is free and open source software. rGuiLayout source code is licensed under an unmodified zlib/libpng license. Check [LICENSE](LICENSE) for further details.
Despite being completely free, consider a small donation for the development efforts or contributing to raylib patreon to help the author keep working on free software for games development.

View File

@ -0,0 +1,38 @@
<img align="left" src="logo/rguistyler_256x256.png" width=256>
# rGuiStyler
A simple and easy-to-use tool to edit raygui styles. Useful for imgui style customization. The best mate for [rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) tool.
<br>
<br>
<br>
<br>
## Features
- **Global style editing or control specific**
- Preview new style in real time and test controls
- Disabled control mode editing included (checkbox)
- Save/Load your style as **.rgs (text or binary mode)**
- Import style from raygui **.png** style file (drag&drop)
- Color palette menu for quick save/selection
- **Completely portable (single file)**
- Free and open source
## Usage
The tool is pretty intuitive and easy-to-use, just choose the control to edit, the property to edit and select a color. Changes can be tested in real time in the same tool. Actually, updated style is directly applied to the same tool.
Once a style has been created, just save it as a **.rgs** file, it can be saved as text or binary mode.
## Screenshots
![rGuiStyler](screenshots/screenshot000.png)
## License
rGuiStyler is free and open source software. rGuiStyler source code is licensed under an unmodified zlib/libpng license. Check [LICENSE](LICENSE) for further details.
Despite being completely free, consider a small donation for the development efforts or contributing to [raylib patreon](https://www.patreon.com/raysan5) to help the author keep working on free software for games development.
*Copyright (c) 2017-2018 raylib technologies ([@raysan5](https://twitter.com/raysan5))*

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB