Hello everyone. As in subject, I wonder if can Godot ne used for refular (non game) app. I'm mainly interested in Windows and Android, app coding should be as easy as coding games with visual scripting.
Thanks to who'll help.
Hello everyone. As in subject, I wonder if can Godot ne used for refular (non game) app. I'm mainly interested in Windows and Android, app coding should be as easy as coding games with visual scripting.
Thanks to who'll help.
The Godot editor itself runs in the engine, so it is possible. You would probably have to use GDScript for some things, I don't know how much Visual Script can do.
Thanks. By the way, I wonder if can I have native Widgets.
@chicochetal said: Thanks. By the way, I wonder if can I have native Widgets.
Godot doesn't provide support for native widgets, since it primarily targets games where native widgets are often unsuitable. The only exception is the blocking OS.alert()
method, but it's only meant to be used in very specific cases.
Thanks a lot