Skip to content

Commit 7692814

Browse files
author
Sebi
authored
Adding README.md
1 parent 8dcdff9 commit 7692814

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# DasherUI
2+
This repository features a simple UI, written in ImGui, for the DasherCore backend. Its main purpose is the testing/development of the DasherCore library. So it is not meant for pretty looks or actual usability.
3+
4+
## Cloning and Building
5+
1. Clone the repository with all submodules: `git clone --recursive https://github.com/PapeCoding/DasherUI.git ./DasherUI`
6+
2. Generate some project files with CMake:
7+
* `cd ./DasherUI && mkdir build && cd build`
8+
* `cmake ..`
9+
3. Build the project with the selected build system (e.g. Visual Studio on Windows or `make` on Linux)
10+
11+
## Participate
12+
If you want to modernize some code within DasherCore or add UI features to the DasherUI repository, feel free to send a pull request!

0 commit comments

Comments
 (0)