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
- Only once: create binary
v run get_vui.sh(get_vuicreated) ./get_vuifetchsv uifromhttps://github.com/vlang/uibranchmaster.- rcqls repo:
./get_vui -b devel12 -r rcqlsis equivalent to./get_vui -b devel12 -r https://github.com/rcqls/ui) - locally:
./get_vui -b devel12 -r devis equivalent to./get_vui -b devel12 -r ~/Github/ui ./get_vui(if already used once) updatesv ui(git pull)./get_vui -c -b <branch> -r <repo>or./get_vui --clean -b <branch> -r <repo>to remove first the thirdparty ui source folder.