Skip to content

Hello DoGUI: (not yet completed) Bloat-free Graphical User interface for C++ with minimal dependencies and a sleek default design

License

Notifications You must be signed in to change notification settings

Leystryku/DoGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello DoGUI: Bloat-free Graphical User interface for C++ with minimal dependencies and a sleek default design

DoGUI


DoGUI is a project which I developed sometime ago in 2017. It's supposed to be a platform-independent GUI with lots of useful elements and interchangeable render implementations.

DoGUI was supposed to be integrated in video games, desktop applications, fullscreen applications and consoles. The missing things are the UI elements for tables and finishing the code for sliders (simple). Everything else which was planned works.

Unlike ImGui which has huge .cpp and .h files, this project focuses a bit more on file structure etc. It currently only runs on Windows. To compile it you need to install the Direct X SDK and then it should compile just fine. I used Microsoft Visual Studio 2016 and Direct X SDK June to compile it. There isn't any complicated build process, you can just include the files and use them within your project, however, depending on your application you may need to adapt the test case.

Showcase


How do I build the current version? The current version works as a overlay over any Window, whether it may be a game or a application you want to extend. I used to use premake to generate the project files, compile it with MSVC 2015 and inject it into game processes (e.g. hl2.exe, csgo.exe, EngineX.dat, etc.).

Showcase image 1 Showcase image 2 Showcase image 3 Showcase image 4

Todo


The important things which I wanted to do back in the day was, finish the implementation for the sliders, and finish the implementation of the UI elements for table views. After that improvements to the current implementations (e.g. Textboxes might be able to work even better, even though they already have decent looking smooth sliding etc). And work on cross platform compability as well as support for OpenGL and Vulkan. Once that's done, support for different designs, easier customizability, plugins. More and better examples etc.

FAQ


Can you help me compile this? It's relatively easy. First run premake to generate the project files. Then if you have the Direct X SDK and MSVS installed all you need to do is hit compile and it'll build to build/release/ or build/debug/ depending on your settings.

Are you planning to continue this project? Currently not but maybe some time in the future when I'm working on a game engine or something I may do so.

Notes


If you do use it, I'd appreciate if you gave me some credit and used it for something good. I'd also like to thank Alex R Sagen (https://steamcommunity.com/id/trinityx/)for creating me the Photoshop files, helping the Theme look good.

About

Hello DoGUI: (not yet completed) Bloat-free Graphical User interface for C++ with minimal dependencies and a sleek default design

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages