https://github.com/jiepengtan/libgodot_llgo_demo
https://github.com/jiepengtan/libgodot_llgo_demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiepengtan/libgodot_llgo_demo
- Owner: JiepengTan
- Created: 2024-07-07T06:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:40:03.000Z (about 1 year ago)
- Last Synced: 2024-08-15T15:47:20.133Z (about 1 year ago)
- Language: Shell
- Size: 2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libgodot demo
this repo is base on the [libgodot](https://github.com/migeran/libgodot_project):
## setup environment```bash
pip install scons
pip install ninjagit 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](https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.dmg) first
## demos
1. [cpp example](/samples/cpp_sample/README.md)
2. [llgo example](/samples/llgo_sample/README.md)
3. [go example](/samples/go_sample/topdown/README.md)