Skip to content

imgui with cmake setup for OpenGL and GLFW in WSL and Ubuntu

License

Notifications You must be signed in to change notification settings

zonincodes/imgui-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMGUI_CMAKE

This is a simple cmake starter project for imGUI and GLFW on Ubuntu.

Installation

git clone https://github.com/zonincode/imgui-cmake --recurse-submodules

#git submodule foreach git pull origin head

mkdir build && cd buld
cmake --buld .
./imgui-setup

Ubuntu Support

Building

  • You may need these dependencies:
sudo apt-get install libglfw3 libglfw3-dev xorg-dev

About

imgui with cmake setup for OpenGL and GLFW in WSL and Ubuntu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published