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()