TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create non-game apps with Godot Engine

85 pointsby dulvuiover 1 year ago

7 comments

boberoniover 1 year ago
Fun fact: the Godot editor is itself a Godot game.<p><i>&gt; The Godot editor runs on the game engine. It uses the engine&#x27;s own UI system, it can hot-reload code and scenes when you test your projects, or run game code in the editor. This means you can use the same code and scenes for your games, or build plugins and extend the editor.</i><p><a href="https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;getting_started&#x2F;introduction&#x2F;godot_design_philosophy.html#the-godot-editor-is-a-godot-game" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;getting_started&#x2F;intro...</a>
评论 #37561780 未加载
评论 #37561739 未加载
评论 #37563016 未加载
solomspdover 1 year ago
As nice of an idea this is and how GUI making friendly godot is, wouldn&#x27;t it being purely immediate mode make it not viable for most desktop GUI applications besides games? This would be the same issue when considering other game engines for this purpose. This is also the reason why it&#x27;s a breeze writing UIs in DearImGUI compared to QT or GTK. Which explains why general purpose frameworks like QT and GTK take so much time to develop: they integrate more deeply with the OS to enable retained mode rendering.<p>To my knowledge there isn&#x27;t a way of creating retained mode GUIs in godot but I&#x27;d like to be corrected.
评论 #37561943 未加载
评论 #37565120 未加载
joezydecoover 1 year ago
As someone that wants to get away from Qt, is this viable enough to do common desktop or embedded GUIs?
评论 #37561530 未加载
评论 #37561408 未加载
评论 #37561375 未加载
评论 #37561411 未加载
评论 #37561374 未加载
评论 #37561567 未加载
评论 #37561930 未加载
redbellover 1 year ago
&gt; <i>Create non-game apps with Godot Engine</i><p>I really like to see how people manage to use some tools to build something entirely <i>not intended by the its creator</i> which give it another dimension. I once managed to build an installer for a windows app for a client (with a tight budget) using Winrar, although I usually use WixToolset.
评论 #37564621 未加载
chiiover 1 year ago
another example of an interesting application for godot that&#x27;s not a game is <a href="https:&#x2F;&#x2F;github.com&#x2F;mbrlabs&#x2F;Lorien">https:&#x2F;&#x2F;github.com&#x2F;mbrlabs&#x2F;Lorien</a> - an infinite canvas for drawing.
评论 #37566853 未加载
Keeeeeeeksover 1 year ago
is there an LLVM - GDScript transpiler that anyone has laying around?
评论 #37628549 未加载
Keeeeeeeksover 1 year ago
is there an LLVM - GDScript transpiler that anyone has seen?