A brief description of what the Tracker App does. This could be a tool for tracking various items, activities, or metrics with a user-friendly interface built using ImGui.
- Feature 1: Description of feature 1.
- Feature 2: Description of feature 2.
- Feature 3: Description of feature 3.
- Feature 4: Description of feature 4.
- C++17 or later
- CMake 3.10 or later
- Git
- ImGui (included as a submodule)
-
Clone the repository:
git clone https://github.com/yourusername/tracker-app.git cd tracker-app
-
Initialize and update submodules:
git submodule update --init --recursive
-
Create a build directory and navigate into it:
mkdir build cd build
-
Configure the project using CMake:
cmake ..
-
Build the project:
cmake --build .
Navigate to the build directory and execute the binary:
./tracker-app