GreatGameDota / base-imgui

Clean boiler plate code, directories, and submodules for ImGui application development using the SDL and Vulkan backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base ImGui Repo

Clean boiler plate code, directories, and submodules for ImGui development using the SDL and Vulkan backends.

Requirements

Getting Started

Build

  1. Clone Repository
git clone --recurse-submodules https://github.com/GreatGameDota/base-imgui.git
cd base-imgui
  1. Open base-imgui.sln in Visual Studio. Build and compile Debug version or Release version to x64 platform.

Run

Run debug through Visual Studio or run built exe in generated bin subdirectories.

Licenses

This project uses Dear ImGui which is licensed under the MIT License

This project uses the Roboto font which is licensed under Apache License, Version 2.0

About

Clean boiler plate code, directories, and submodules for ImGui application development using the SDL and Vulkan backends


Languages

Language:C++ 93.6%Language:CMake 6.4%