Build GUIs in HTML/CSS/JS instead of native elements

Building out a reasonable GUI framework from scratch is also a huge project.

I wonder if there is middleware that could help make the ROBLOX GUI system nice to use/modern in the near term. I want to spend more time thinking about what should my GUIs be and less about how do I implement this.

From the developer’s perspective the current pain level in terms of both managing fiddly bits (rescaling (especially text), images, fonts, etc) and in limited range of expression is high.

2 Likes

Would be neat to see how Rust did it in Unity since it still maintains being cross platform.

1 Like

I’ve always had a fascination with LUA and have made recent ventures into dabbling with more widely used languages (in terms of the web).

With a broader understanding of these concepts, I think this would be something that should have been implemented a long time ago.

this was necrobumped for some silly reason but you should probably read this reply

tldr: extra dependencies add extra complexity

we would get ui blur from elements and wayyy advanced ui using html and css

backdrop-filter: blur(10px);
1 Like