An open API service indexing awesome lists of open source software.

https://github.com/dakup/exampledearimgui

Dear ImGui Example
https://github.com/dakup/exampledearimgui

Last synced: about 1 year ago
JSON representation

Dear ImGui Example

Awesome Lists containing this project

README

          

# ExampleDearImGui

This is the ExampleDearImGui project.

```bash
git clone --recurse-submodules https://github.com/DaKup/ExampleDearImGui.git
```

optional:
```bash
.\vcpkg\bootstrap-vcpkg.bat
./vcpkg/bootstrap-vcpkg.sh
```

```bash
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install -DX_VCPKG_APPLOCAL_DEPS_INSTALL=True
cmake --build . --target install
```

![](thumbnail.jpg)

# Building and installing

See the [BUILDING](BUILDING.md) document.

# Contributing

See the [CONTRIBUTING](CONTRIBUTING.md) document.

# Licensing