Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.45 KB

README.md

File metadata and controls

68 lines (50 loc) · 1.45 KB

Tracker App

Tracker App C++ ImGui

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.

Table of Contents

Features

  • Feature 1: Description of feature 1.
  • Feature 2: Description of feature 2.
  • Feature 3: Description of feature 3.
  • Feature 4: Description of feature 4.

Installation

Prerequisites

  • C++17 or later
  • CMake 3.10 or later
  • Git
  • ImGui (included as a submodule)

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/tracker-app.git
    cd tracker-app
  2. Initialize and update submodules:

    git submodule update --init --recursive
  3. Create a build directory and navigate into it:

    mkdir build
    cd build
  4. Configure the project using CMake:

    cmake ..
  5. Build the project:

    cmake --build .

Usage

Running the App

Navigate to the build directory and execute the binary:

./tracker-app