Skip to content

First steps

zxvnme edited this page Jul 22, 2019 · 4 revisions

First steps

To start using zgui:

  1. Clone the repository if you haven't done it yet. (git clone https://github.com/zxvnme/zgui)
  2. Open cloned directory. (cd zgui)
  3. Run zgui_packer script (py zgui_packer.py) (Python 3.7 have to be installed.)
  4. 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.

Clone this wiki locally