Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages