SkillAgentSearch skills...

ImguiDemoCLion

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

Install / Use

/learn @joelcancela/ImguiDemoCLion
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2y ago
Forks5

Languages

C

Security Score

65/100

Audited on Mar 19, 2024

No findings