It's amazing that a native Windows/Mac app can be compiled to run in a web browser. However Web-assembly does not mean better performance. A native browser app would most likely be faster.
What do you mean by native browser app? Like JS + WebGL?
Godot Editor running in a web browser
31–40 of 128 posts
Re: Godot Editor running in a web browser
#32Earlier quoted context omitted.
A lot of the godot size is the images it packs in itself. When I cloned the godot repo, I could understand the architecture just by the file names. I started falling in love with it as the easily understandable file names started streaming down from the cloud. It's truly a public good.
> A lot of the godot size is the images it packs in itself. For comparison, emacs's installed size is 76K [1]. [1] https://packages.debian.org/sid/emacs
On my system the emacs executable is 39M and the entire installed package is 128M. (Additionally, my Doom Emacs folder takes up another 840M.)
Re: Godot Editor running in a web browser
#33Godot is such an amazing/polished game engine. I like it a lot more than Unity (at least for 2D).
How does it compared to Unreal? I've been using it a little to try and make a VR game and it's generally quite good I'm finding there are loads of bugs, or at least weird behaviours with materials and the OpenGL ES3 mode. And every time you change a setting it compiles like 3000 shaders which takes half an hour. Quite frustrating!
Re: Godot Editor running in a web browser
#34Earlier quoted context omitted.
It's getting there, I think it's missing the top layer of polish. I've been working with it for a couple years now and it has some bugs that really hinder development speed. That being said, once those issues are fixed I think it'll be a hard choice to not use Godot (for what I do, more 2D work).
Would you recommend Godot for making a 2D bullet hell type game?
Re: Godot Editor running in a web browser
#35Earlier quoted context omitted.
One of my favorite parts about Godot is that it gets away from those crazy load times / lockup you experience in Unity/Unreal. The .import file it associates with your asset is plaintext. Definitely running into fewer merge conflicts.
Ya way fewer. The scene file is actually _readable_!!!! The node and resource systems are vastly more accessible than Unity IMO. Workflow feels so much better in Godot than Unity. Godot's problems are in it's 3D renderer. It's not very performant nor good looking and has some shadow bugs... Godot 4.0 should fix all that stuff. The renderer is fine for my indie/low poly style, but is pretty limiting for advanced post…
There's a reason why both Unreal and Unity moved away from providing their own language.
Re: Godot Editor running in a web browser
#36Earlier quoted context omitted.
One of my favorite parts about Godot is that it gets away from those crazy load times / lockup you experience in Unity/Unreal. The .import file it associates with your asset is plaintext. Definitely running into fewer merge conflicts.
Ya way fewer. The scene file is actually _readable_!!!! The node and resource systems are vastly more accessible than Unity IMO. Workflow feels so much better in Godot than Unity. Godot's problems are in it's 3D renderer. It's not very performant nor good looking and has some shadow bugs... Godot 4.0 should fix all that stuff. The renderer is fine for my indie/low poly style, but is pretty limiting for advanced post…
I've been using 4.0a and havent found anything with major breaks so far, and Vulkan really shines compared to opengl3.
It makes me so happy that I can have a game editor that aligns with my RMS-esque views (pro gpl). Now if I can just get my friends on board, many of them have invested so much time in unity or ue they don't want to switch. My goal is to have a prototype cool enough to draw them in eventually.
Re: Godot Editor running in a web browser
#37Earlier quoted context omitted.
> A lot of the godot size is the images it packs in itself. For comparison, emacs's installed size is 76K [1]. [1] https://packages.debian.org/sid/emacs
That's the installed size of the metapackage containing no emacs executable, no elisp files, and no documentation. On my system the emacs executable is 39M and the entire installed package is 128M. (Additionally, my Doom Emacs folder takes up another 840M.)
Re: Godot Editor running in a web browser
#38Earlier quoted context omitted.
One thing that I think would hugely shift godot's market share is a standardized asset format, similar to what Unity and Unreal have, so asset developers could offer assets in Godot-compatible format. It would be even more amazing if there was an easy way to import Unity resources. Maybe I just needed to do more research, but last time I tried, I had to pull out individual files, mess around with them in Blender, the…
I'm not sure what you mean. Godot has asset formats that translate from project to project.
Re: Godot Editor running in a web browser
#39I'm still amazed how small the Godot editor is (last time I checked it was ~25MB). Just how are they able to pack this much functionality into such little space?
Re: Godot Editor running in a web browser
#40I'm still amazed how small the Godot editor is (last time I checked it was ~25MB). Just how are they able to pack this much functionality into such little space?