README.md

May 25, 2021 ยท View on GitHub

vgg as a gg version for vsokol

The goal is to propose several versions of sokol and gg since sokol is evolving a lot.

Also these versions allows the integration of imgui playing with v ui after fetching it as a submodule gvv.ui.

fetch ui from official repo

  1. Only once: create binary v run get_vui.sh (get_vui created)
  2. ./get_vuifetchs v ui from https://github.com/vlang/ui branch master.
  3. rcqls repo:./get_vui -b devel12 -r rcqls is equivalent to ./get_vui -b devel12 -r https://github.com/rcqls/ui)
  4. locally: ./get_vui -b devel12 -r dev is equivalent to ./get_vui -b devel12 -r ~/Github/ui
  5. ./get_vui (if already used once) updates v ui (git pull)
  6. ./get_vui -c -b <branch> -r <repo> or ./get_vui --clean -b <branch> -r <repo> to remove first the thirdparty ui source folder.