-
-
Notifications
You must be signed in to change notification settings - Fork 53
First steps
zxvnme edited this page Jul 22, 2019
·
4 revisions
To start using zgui:
- Clone the repository if you haven't done it yet. (
git clone https://github.com/zxvnme/zgui
) - Open cloned directory. (
cd zgui
) - Run zgui_packer script (
py zgui_packer.py
) (Python 3.7 have to be installed.) - Copy files from
/dist
in base directory then embed zgui in your project.
If you want to use zgui as static library instead of including it as one header library, open Visual Studio and then build the project.