You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use libgodot but for zig following the c++ sample.
The primary use for this is to for Zig to call the GodotInstance class and start, iterate and shutdown. Also, the gdextension should be possible to be coded normally in zig.
This is causing some confusion and difficulties for me. I am lost understand the flow of the initialization compared with the standard gdextension flow.
Any help or guidance on how to achieve this would be greatly appreciated.
Hello, I'm trying to use libgodot but for zig following the c++ sample.
The primary use for this is to for Zig to call the GodotInstance class and start, iterate and shutdown. Also, the gdextension should be possible to be coded normally in zig.
This is causing some confusion and difficulties for me. I am lost understand the flow of the initialization compared with the standard gdextension flow.
Any help or guidance on how to achieve this would be greatly appreciated.
References
https://github.com/godot-zig/godot-zig
We assume that zig is using the libgodot_project's
.h
and.json
.The text was updated successfully, but these errors were encountered: