sl@cccfr.de 39a9c9c5ee move repo | преди 2 години | |
---|---|---|
.. | ||
bin | преди 4 години | |
src | преди 2 години | |
Makefile | преди 4 години | |
README.md | преди 4 години | |
default_env.tres | преди 4 години | |
icon.png | преди 4 години | |
main.gd | преди 4 години | |
main.tscn | преди 4 години | |
project.godot | преди 4 години |
This example demonstrates how you can use the gdnative
Go package to create
your own Godot bindings with Go.
Dependencies:
You can use golang to compile the library if you have it installed:
go build -v -buildmode=c-shared -o libsimple.so ./src/simple.go && mv libsimple.so ./bin
Create a new object using load("res://SIMPLE.gdns").new()
This object has following methods you can use:
get_data()