Earlier quoted context omitted.
Anecdotally, in the very early days Figma rendered its UI entirely in canvas, but we eventually switched over to React for the UI. It ended up being far easier for development cycles and for accessibility/integration with existing browser features.
I thought you guys recently rewrote everything to be in WebGL instead?
Show HN: Unity like game editor running in pure WASM
31–40 of 166 posts
Re: Show HN: Unity like game editor running in pure WASM
#32It's been sitting on "downloading runtime" for a very long time. That makes me think this must be a challenge to host. What are the pain points to hosting it?
Re: Show HN: Unity like game editor running in pure WASM
#33The Spaces feature reminds me of how Movie Clips were used in the old days of Macromedia Flash, where I'd put many different often-independently-running clips overlayed on top of each other to encapsulate different behavior. Of course Spaces sounds even more flexible. Very neat. I'm not seeing documentation linked in the readme or within the github project. Are there how-tos and tutorials anywhere?
Re: Show HN: Unity like game editor running in pure WASM
#34Very slow load in Firefox – stuck on “Downloading Runtime”. No error in console, and the .wasm file is stuck in the loading stage in the Network tab – a few minutes first time, 20 seconds now (with cache cleared). No such problems in Chromium. Weird! Overall though it's a cool project. Personally I would prefer if it was a desktop app as well (with better integrations and less overhead – and certainly with hi-res sup…
Re: Show HN: Unity like game editor running in pure WASM
#35Re: Show HN: Unity like game editor running in pure WASM
#36This is hitting my gpu super hard (Radeon Pro 560X, near-4k) with just the default ball scene. Frame rates are dipping very low just orbiting around. Does anyone know if there could be a WebGL optimization issue?
Re: Show HN: Unity like game editor running in pure WASM
#37Many of the students you taught are working on Minecraft now. I'm using so many fundamentals taught by you and my time at DigiPen when designing the Minecraft scripting API today.
Glad to see you're still rocking it.
Re: Show HN: Unity like game editor running in pure WASM
#38So I take it that this would be the highest performing + most customizable engine for web deployment due to its deep WASM nature? What about rendering, does it use WebGPU?
Re: Show HN: Unity like game editor running in pure WASM
#39Earlier quoted context omitted.
I fail to understand why not use the native browser rendering engine, or at least SVG for the UI. It must be cheaper in resources (memory, network, cpu), easier to make accessible and easier to render
Anecdotally, in the very early days Figma rendered its UI entirely in canvas, but we eventually switched over to React for the UI. It ended up being far easier for development cycles and for accessibility/integration with existing browser features.
Makes sense to switch the rest of the UI to react though, just for how many people know it.
Re: Show HN: Unity like game editor running in pure WASM
#40This is hitting my gpu super hard (Radeon Pro 560X, near-4k) with just the default ball scene. Frame rates are dipping very low just orbiting around. Does anyone know if there could be a WebGL optimization issue?
It almost sounds like it’s not using your dedicated graphics card. Do other WebGL demos run alright for you?
Maybe not the most helpful comparison haha. Anyways, great work, this is very impressive