code-disaster / fips-cimgui

fipsified cimgui lib (C-bindings for Dear ImGui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fips-cimgui

fipsified cimgui lib (https://github.com/cimgui/cimgui)

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

How to integrate:

Add the dependency to your fips.yml file:

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

Use cimgui as dependency in your targets:

fips_begin_*(...)
    ...
    fips_deps(cimgui)
fips_end_*(...)

Do not link both with ImGui and cimgui to the same target, cimgui comes with its own Dear ImGui, and this would clash with another Dear ImGui linked to the same project.

Include the cimgui header like this:

#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
#include "cimgui/cimgui.h"

About

fipsified cimgui lib (C-bindings for Dear ImGui)

License:MIT License


Languages

Language:CMake 56.4%Language:Python 42.5%Language:Batchfile 1.1%