From e9a880762176799cba69eb3a2fbce41e647ba327 Mon Sep 17 00:00:00 2001 From: Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:55:18 +0200 Subject: [PATCH] Create README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01a72b5 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# UCT +UCT is a french software to improve productivity. +It uses : +- [GLFW](https://www.glfw.org) (to help managing the window) +- [ImGui](https://github.com/ocornut/imgui) (for the gui) +- [Json](https://github.com/nlohmann/json) (for json saving) + +English translations will be added if really needed. For now, this is just a small project (the code is still a mess). + +# Screenshots + +![image](https://user-images.githubusercontent.com/66266021/182838420-fda60085-e208-47ae-b8d2-adec41871d71.png) +![image](https://user-images.githubusercontent.com/66266021/182838188-717971be-2270-48a9-a3eb-48f2b8584f63.png) + +# Build +You will need a recent compiler supporting c++17 and [xmake](https://xmake.io/#/getting_started). +Just cd into the project folder and type : +``` +xmake +``` +xmake should download all the depencencies for you. + +# Run +``` +xmake run -w test +``` + +# Install +Currently, there is no install script so you should just copy the binary. + +The binary should be located in the build folder.