JiepengTan / libgodot_llgo_demo

3 stars 0 forks source link

libgodot demo

this repo is base on the libgodot:

setup environment

pip install scons
pip install ninja 

git clone git@github.com:JiepengTan/libgodot_llgo_demo.git
cd libgodot_llgo_demo
git submodule update --init --progress --depth 1 godot

mac user should install Vulkan SDK first

demos

  1. cpp example
  2. llgo example
  3. go example