https://github.com/dfranx/themeed
A tool for creating and editing SHADERed UI themes.
https://github.com/dfranx/themeed
Last synced: 3 months ago
JSON representation
A tool for creating and editing SHADERed UI themes.
- Host: GitHub
- URL: https://github.com/dfranx/themeed
- Owner: dfranx
- License: mit
- Created: 2020-08-24T01:59:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:32:16.000Z (over 5 years ago)
- Last Synced: 2023-03-05T18:05:56.118Z (over 3 years ago)
- Language: C++
- Size: 3.57 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THEMEed
THEMEed is a simple tool built for designing SHADERed themes.
It has a live preview of the theme you are working on.
Upload your own theme to SHADERed's database [here](https://shadered.org/upload_theme).

## Building
First, install SDL2 through your package manager and then run these commands:
```bash
git clone https://github.com/dfranx/THEMEed.git
cd THEMEed
git submodule update --init
cmake .
make
```
## Screenshots

Live preview

## Supporters
**Supporter(s):**
* [Hugo Locurcio](https://hugo.pro)
* Senthil Kumaran Rajasekaran
* [Vladimir Alyamkin](https://alyamkin.com/)
* [Wogos Media](http://theWogos.com/)
## Dependencies
This project uses:
- [ocornut/imgui](https://github.com/ocornut/imgui/tree/docking) (docking + tables branch)
- [BalazsJako/ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)
- [benhoyt/inih](https://github.com/benhoyt/inih)
- [aiekick/ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog)
- [SDL2](https://www.libsdl.org/)
## LICENSE
THEMEed is licensed under MIT license. See [LICENSE](./LICENSE) for more details.