Files
2022-03-24 17:15:29 -05:00
..
2022-02-24 10:45:30 +01:00
2021-07-12 00:33:48 -04:00

C++ demos

These demos show how to use the GDNative C++ bindings.

Language: GDNative C++

Dependencies:

  • You need godot-cpp, this is now a Git submodule of this repo.
  • clang, gcc, or any decent C++ compiler that's C++14 compatible.

Compiling

For each of the C++ demos, you can use SCons to compile the library:

scons platform=PLATFORM

Where PLATFORM is: windows, linux, or osx.

This creates the file libsimple in the respective subfolders in the project/gdnative directory.