Files
gdnative-demos/c/README.md
2021-07-12 00:33:48 -04:00

641 B

C demos

These demos show how to use the GDNative C bindings.

Language: GDNative C

Dependencies:

  • You need Godot headers, this is now a Git submodule of this repo.
  • clang, gcc, or any decent C compiler that's C11 compatible.

Compiling

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

scons platform=PLATFORM

Where PLATFORM is: windows, linuxbsd, or macos.

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