Skip to content

lwky/oryol-imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oryol-imgui

'Dear Imgui' wrapper module for Oryol (https://github.com/ocornut/imgui)

Oryol sample: https://floooh.github.com/oryol-samples/asmjs/ImGuiDemo.html

How to integrate into your Oryol project:

First, add a new import to the fips.yml file of your project:

imports: oryol-imgui: git:https://github.com/floooh/oryol-imgui.git

Next, add a new dependency 'IMUI' to your app's CMakeLists.txt file:

fips_begin_app(MyApp windowed) ... fips_deps(IMUI) fips_end_app()

Run 'fips gen' to fetch the new dependencies and rebuild the build files:

> ./fips gen ...

About

Dear Imgui wrapper module for Oryol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.2%
  • Objective-C 24.7%
  • CMake 3.2%
  • Python 2.8%
  • Batchfile 0.1%