fips-libs / fips-imgui

Fipsified imgui lib (https://github.com/ocornut/imgui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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_*(...)

About

Fipsified imgui lib (https://github.com/ocornut/imgui)


Languages

Language:CMake 59.9%Language:Python 39.1%Language:Batchfile 1.0%