Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CImGuiTextSelect


This project introduces C API to ImGuiTextSelect to use it with other languages and a simple demo program with C.

Reference to :

Prerequisites


  • Windows OS 11 or later

    1. Install MSys2/MinGW (Windows OS)

    2. Install packages

      pacman -S mingw-w64-ucrt-x86_64-{gcc,glfw,pkg-config} make
  • Linux: Ubuntu / Debian families

    1. Install packages

      $ sudo apt install gcc lib{opengl-dev,gl1-mesa-dev,glfw3-dev} make pkg-config

Build and run


  1. Download this project.

    git clone --recursive https://github.com/dinau/CImGuiTextSelect
  2. Go to demo folder

    cd CImGuiTextSelect/demo/cimgui
    make run 

Snap shot


alt

About

Simple C API for ImGuiTextSelect

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages