drewdru / godot-cpp

Test godot c++ bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-cpp

Example how to use c++ in godot

Dependencies

sudo apt-get install build-essential scons pkg-config\
  libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev\
  libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev\
  libxrandr-dev
python3 -m pip install --user scons
# git clone -b 4.2 https://github.com/godotengine/godot-cpp

build

build submodules

git submodule update --init

build godot-cpp for PLATFORM

cd godot-cpp
git submodule update --init
scons platform=<PLATFORM>
cd ..

build gdexample from ./src

scons platform=linux

About

Test godot c++ bindings

License:MIT License


Languages

Language:C++ 79.5%Language:Python 20.5%