Skip to content

GrabCAD/fips-imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fips-imgui

fipsified imgui (https://github.com/ocornut/imgui)

fips build system: https://github.com/floooh/fips

How to integrate:

Add the dependency to your fips.yml file:

imports:
    fips-imgui:
        git: https://github.com/fips-libs/fips-imgui

Use imgui as dependency in your targets:

fips_begin_*(...)
    ...
    fips_deps(imgui)
fips_end_*(...)

Packages

No packages published

Languages

  • CMake 61.8%
  • Python 37.2%
  • Batchfile 1.0%