-
-
Notifications
You must be signed in to change notification settings - Fork 55
First steps
zxvnme edited this page Jul 12, 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 packer script (
./packer.sh
) - Copy files from
/dist
in base directory then embed zgui in your project.
If you want to use zgui as linked dynamic library instead of including it as one header library, open Visual Studio and then build the solution.