Skip to content

imgui + gl3w + SDL Hello World project in C++ (with CMake)

Notifications You must be signed in to change notification settings

joelcancela/ImguiDemoCLion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImguiDemoCLion

imgui + gl3w + SDL Hello World project in C++ (with CMake)

Compatible with CLion, Windows only for now

Project structure

├───include
│       main.h
│
├───lib
│   ├───glew
│   │   ├───include
│   │   │   └───GL
│   │   │           *.h
│   │   │
│   │   └───src
│   │           *.c
│   │
│   ├───imgui
|   |       (imgui repository module)
│   │
│   ├───imgui_sdl
│   │       imgui_impl_sdl_gl3.cpp
│   │       imgui_impl_sdl_gl3.h
│   │
│   └───SDL2
│       ├───include
│       │   └───SDL2
│       │           *.h
│       └───lib
│               *.a
└───src
        main.cpp

About

imgui + gl3w + SDL Hello World project in C++ (with CMake)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published