Skip to content

VasilisMylonas/opengl_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL + ImGui Demo

Just a simple C++ demo using OpenGL and Dear ImGui.

It demonstrates basic 3D shapes, texture loading, and interactive UI controls.

Screenshot Screenshot Screenshot

Building

Dependencies

  • CMake
  • GLFW
  • GLEW
  • GLM (included as a submodule)
  • Dear ImGui (included as a submodule)
  • ImGuiFileDialog (included as a submodule)

Build Steps

git clone --recursive https://github.com/VasilisMylonas/opengl_demo.git
cd opengl_demo
mkdir build && cd build
cmake ..
cmake --build .

Running

cd opengl_demo
./build/opengl_demo

The demo must be run from the project root directory to ensure fonts and shaders are found.

License

MIT License. See LICENSE for details.

About

A simple C++ demo using OpenGL and Dear ImGui

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages