Skip to content
/ ddui Public

Direct-drawing user interface tools for C++

Notifications You must be signed in to change notification settings

bmewj/ddui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddui

Direct-drawing user interface tools for C++

Background

I write a lot of cross-platform immediate-mode GUIs. The nature of these applications vary dramatically, but they nonetheless share a handful of common traits. I've bundled the most crucial common traits into this library.

For window management, ddui uses glfw. ddui::app doesn't support multiple windows despite glfw's support for it. If you need multiple windows, you're free to call glfw directly. My aim was not to reimplement the entire glfw API.

For drawing, ddui uses nanovg.

About

Direct-drawing user interface tools for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published