+1 vote

Hello, Im old school and like to program whenever possible. Are there things in godot that literally require you to use their drag and drop gui, or can I just program everything by hand? Do u think there would be performance issues doing stuff programmatically vs using the drag and drop gui?

in Engine by (47 points)

No, most of the time there will be no performance issue.
But If you use loops inside loops ..... there will be performance issue.

1 Answer

0 votes

What you mean by drag and drop? In Godot you will mostly use gdscript, which is written code, if you're talking about nodes and the tools inside godot, using them will be easier as it's more intuitive than 100% code. Perfomance-wise, you can see the other languages godot support, and by the way, there's no right way to use this powerful engine, try it out your way and see how it goes.

by (376 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.