Skip to content

StuartMellor/Tracer24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published