https://github.com/kassane/gdnative-3.1_cpp_xmake_example
Godot 3.1 C++ GDNative
https://github.com/kassane/gdnative-3.1_cpp_xmake_example
cpp gdnative godot-demo xmake
Last synced: 24 days ago
JSON representation
Godot 3.1 C++ GDNative
- Host: GitHub
- URL: https://github.com/kassane/gdnative-3.1_cpp_xmake_example
- Owner: kassane
- License: mit
- Created: 2019-09-23T17:28:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T14:37:06.000Z (over 5 years ago)
- Last Synced: 2025-02-02T02:11:07.382Z (3 months ago)
- Topics: cpp, gdnative, godot-demo, xmake
- Language: Lua
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GDNative C++ Example
====================This repository contains the example GDNative C++ library in support of this tutorial:
http://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-cpp-example.htmlIt is now based on the new NativeScript 1.1 Godot-cpp bindings library and will only work with Godot 3.1 and onwards.
Switch to the `3.0` branch to see the original NativeScript 1.0 version.