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

fips-libs/fips-cimgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors