Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1 KB

README.md

File metadata and controls

51 lines (33 loc) · 1 KB

🌱 ImGui Scaffold

A minimal imgui project template

🦄 Usage

Simply click the button below to get started:

Use this template

🔨 Development

📋 Requirements

To setup and use the project you will need to have the following tools installed:

⬇️ Installation

Clone the repository

$ git clone https://github.com/xmake-examples/imgui-scaffold.git

Change the working directory to the newly cloned repository:

$ cd imgui-scaffold

Run xmake to install the dependencies & build the project:

$ xmake
note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
  -> imgui v1.85
please input: y (y/n/m)

  => install imgui v1.85 .. ok
[100%]: build ok!

Run the project after it has been built:

$ xmake run