https://github.com/dakup/exampledearimgui
Dear ImGui Example
https://github.com/dakup/exampledearimgui
Last synced: about 1 year ago
JSON representation
Dear ImGui Example
- Host: GitHub
- URL: https://github.com/dakup/exampledearimgui
- Owner: DaKup
- Created: 2022-07-25T22:25:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T11:00:29.000Z (over 3 years ago)
- Last Synced: 2025-02-01T11:43:56.870Z (over 1 year ago)
- Language: C++
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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
```

# Building and installing
See the [BUILDING](BUILDING.md) document.
# Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) document.
# Licensing