Skip to content

Simple cross platform ImGui pipeline with CMake and SCons

Notifications You must be signed in to change notification settings

luisarandas/scons-imgui-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scons-imgui-app

Simple cross platform ImGui application compiling with CMake and Scons. Tested on 1) Ubuntu 22.04, 2) Windows 11. Includes STD single header libraries and GLFW from download/local and backends.

capture

Commands
(For CMake Ubuntu:)
$ rm -rf build && mkdir build && cd build
$ cmake ..
$ cmake --build .
$ ./cmake-imgui-app
(For Scons Ubuntu and Windows:)
$ scons --clean
$ scons
(Exports to:)
$ ./ubuntu/application/scons-imgui-app
$ ./windows/application/scons-imgui-app.exe

About

Simple cross platform ImGui pipeline with CMake and SCons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages