Skip to content
/ fgui Public
forked from otvv/fgui

A feature rich graphical user interface.

License

Notifications You must be signed in to change notification settings

jakeau/fgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

c++ mit

discord server


A multiplatform object-oriented gui framework written in C++. This framework is mainly aimed towards game hacking, but you can use it for anything you want.

  • Easy to use and to customize.
  • Works on multiple graphics libraries. (DirectX, OpenGL, Vulkan, etc)
  • It comes with a built-in config system. (The framework is using json as a file parser.)
  • Can handle multiple windows at the same time.

You can visit the wiki page for elements documentation and a how to setup guide.


Here is a preview of the default window design:

img

And as I said, the framework is very customizable. You can click here for more examples.

If you find any bugs, glitches or if you have an feature request or you just want to give feedback, you can go on the issues tab. If you want to contribute, feel free to make a pull request. (Make sure to follow the code style)

Acknowledgments:

@Vulgar1s: Helped with some elements; Containers, Textboxes, and Colorpickers. He also helped with bug fixing and feedback.

@daanSayajin: Bug fixing and feedback.

About

A feature rich graphical user interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.9%
  • CMake 0.1%