Skip to content

bytesiz3d/imgui-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-starter

Some starter code to get a window with ImGui running.

Usage

target_link_libraries(${TARGET} imgui-window)
if (im_window::window_init() != 0)
	// panic

im_window::window_run([/* any representation of state */] {
	ImGui::Text("Hello, world");
});

im_window::window_dispose();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published