this post was submitted on 14 Mar 2024
15 points (100.0% liked)
Blogging
156 readers
1 users here now
Welcome to /c/blogging!
This is a community for posting interesting, insightful, or even personal blog posts. You can advertise your own blog, or share other blog posts you find interesting.
Since this is the programming instance, expect many posts to be related to computer science. General blogs are still welcome as well!
Rules:
-
Don't be rude. Duh.
-
Don't spam your own blog. Try to limit self-promotion to only once or twice per week.
Looking to start your own blog? Check out Bearblog, Write.as, WordPress (which you can host yourself as well).
If you're tech-savvy, check out Hugo!
Icon by Design Circle
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The post was intriguing and got me thinking that maybe I should learn Godot. However, it seems like Godot doesn't support calling out to external libs directly using GDscript or loading one that isn't wrapped by GDExtension. Is that a correct assessment?
Anti Commercial-AI license
you can use OS.execute() to run console commands and run other binaries, but if you need something more advanced you can probably use C# instead of GDScript, which wouldn't need GDExtension.
Thanks. That doesn't fit my usecase. It was a good read though, and something I'll try to remember next time I start a GUI project. Maybe calling/loading non-GDExt libraries with GDScript might be possible by then.
Anti Commercial-AI license