Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

fips-libs/fips-imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: this version is archived and will no longer be updated, please use https://github.com/floooh/dcimgui

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 59.9%
  • Python 39.1%
  • Batchfile 1.0%