zxvnme / zgui

zxvnme's graphical user interface
MIT License
399 stars 53 forks source link
cpp game-hacking gui immediate-gui lightweight menu msvc windows zgui
zgui logo

Simple immediate mode gui framework

[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![discord](https://discordapp.com/api/guilds/583423779988832445/widget.png?style=shield)](https://discord.gg/gJVGg7u)

#

Simple, two file immediate mode gui framework written in C++17, mainly aimed for people beginning their journey with game hacking (but not limited to). Its main goals are to be universal (it works on all graphics APIs; DirectX, OpenGL, Vulkan etc.) and dependency free. Therefore zgui is really easy to use and it has simple but aesthetic UI that can be extended or modified easily too.

All functions of framework are described in header file.
Dont forget to check out official zgui wiki, you will find there documentation of zgui and guide how to use zgui.

Also shoutout to alphauc for example zgui implementation in his SDK

See gif for preview.

Donators

Huge thanks to vocan for finance support of the project :)

If you want to be here and give donation to zgui, write to me on official zgui discord.

Acknowledgments

Special thanks to cyanidee for explaining me loads of things. ... and all the community contributors.