#godot #gamedev #csharp #gdscript #getfedihired
fyi, seeking 'paid' excuses to spend all day in #godot. : )
About to board a plane, but I managed to quickly sneak in support for the newly released #godotengine 4.5-beta2 to https://gdscript.live
Since a couple months I'm finally creating small games with @godotengine@mastodon.gamedev.place for a living (besides the usual sometimes boring web-developer stuff) as #kiosk applications in #exhibitions and #museums. After all these years wrangling code I really enjoy working in the visual #godot editor and with #gdscript. The docs are superb, things work like expected, batteries are included and the community has tons of ressources to learn from and reuse. Thanks to all the people that create this engine and are part of that community.
I hope that I can soon show some examples of the games we've created.
Here's a weird one: properties add a significant overhead compared to a standard variable in #gdscript. I noticed this when recording a video on how great properties are and when I went to test the performance hit to show that it's better than just having a function, I found it was actually *worse* than just having a function. Moreover, `Object.get` is significantly slower than I realized (kind of shocking, honestly).
📢 Today we explore 14 powerful Godot addons by Cozy Cube Games. All 100% GDScript & MIT licensed – perfect for your next game! Includes area lights, gizmo presets, tile path 3D & more.
https://gamefromscratch.com/cozy-games-free-open-source-godot-add-ons/
Just published a Godot singleton for enforcing abstract functions in GDScript + a Promise helper for async workflows.
Useful if you're tired of forgetting to implement fully classes extending from what should to be an abstract class.
Check it out 👉 https://github.com/kubecz3k/gdscript-language-extension
It originates from https://github.com/MSEP-one/msep.one for which it has been written originally
#GodotEngine #GDScript #GodotTools #GameDev
Added some dashing to the game, quite happy with it so far, game is starting to feel like it is becoming a game.
#godot #madewithgodot #gdscript #gamedev #indiedev
#gamedev #videogames #videogame #cpp #gdscript #Godot #GodotEngine
Hey guys I'm looking for some resources to learn how program a videogame, C++ or GdScript.
Thank you!
Gameplay is approaching just about functional, plenty more that needs to be done but it is decent progress. The enemy gets hit and the healthbar depletes so big win for me.
#godot #madewithgodot #gdscript #gamedev #indiedev
Godot Demo - Island Town VR
Are you also Avoiding Avoidance for Enemies on Godot 4 ? Well this will help you change that ... kind of
https://youtu.be/USKFSHRqhMY?si=0oUQbYCLEzJTLpVT
Find more errors in Godot, with a script
--
I learned programming with Java, a statically typed language. For that reason, I really miss errors at compile time, when programming with GDScript...