Skip to content

lecopivo/magnum-imgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published