This repository has been archived on 2025-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-08-04 13:35:22 +02:00
2022-08-04 13:54:39 +02:00
2022-08-11 13:34:30 +02:00
2022-08-04 13:35:22 +02:00
2022-08-04 13:31:39 +02:00
2022-08-04 13:55:18 +02:00
2022-08-11 13:25:42 +02:00

UCT

UCT is a french software to improve productivity. It uses :

  • GLFW (to help managing the window)
  • ImGui (for the gui)
  • 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 image

Build

You will need a recent compiler supporting c++17 and xmake. 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.

Description
Utilitaires Couvent de la Tourette
Readme 877 KiB
Languages
C++ 83.2%
C 16.8%