Skip to content

A small demo of setting up ImGUI on Linux using the existing CMake file

Notifications You must be signed in to change notification settings

SriniMaiya/ImGUI-Linux-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImGUI-Linux-Setup

A small demo of setting up ImGUI on Linux using the existing CMake file.

  • Check for the missing prerequisites before setting up the project from the Video Below.

Prerequisites:

Run these commands in terminal to install the dependencies and tools required for building this project.

  1. Update all the repos
sudo apt-get update && sudo apt-get upgrade
  1. Libraries for Graphics
sudo apt-get install libglfw3 libglfw3-dev xorg xorg-dev
  1. Get c++
sudo apt-get install gcc g++
  1. git
sudo apt-get install git
  1. Code Editor
snap install code --classic
  1. CMake
sudo apt install make

Setup Video:

untitled.mp4

About

A small demo of setting up ImGUI on Linux using the existing CMake file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published