lecopivo / magnum-imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagnumImGui

img.png

You can try MagnumImGui here here.

Prerequisites

You need Magnum and imgui installed on your machine.

For Magnum follow official documentation.

For imgui we provide a cmake file to build and install imgui, instructions

Using vcpkg

You can get all prerequisites with vcpkc by simply executing

vcpkg install magnum imgui

Build

Just simply

mkdir build; cd build;
cmake ..
make 

Usage

See the example.

Known Bugs

  1. Keyboard input does not work when compiled for web.

About


Languages

Language:CMake 78.3%Language:C++ 21.7%