Skip to content

fips-libs/fips-imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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

 
 
 

Languages

  • CMake 59.9%
  • Python 39.1%
  • Batchfile 1.0%