#What exactly is DDUI? Can it work with JSON UI and does it support animations?

1 messages · Page 1 of 1 (latest)

south condor
#

Hey everyone!
I've been hearing about the new DDUI (Data-Driven UI) framework for Minecraft Bedrock scripting, and I'm trying to understand what it can really do.
From what I've read, it seems to be a reactive UI system using Observables and real-time updates, but I have some questions:
Can DDUI work together with traditional JSON UI files? Or is it completely separate?
Does it support UI animations? I've seen people mentioning they're doing animations with it, but I can't find this in the official documentation.
What are the actual advantages compared to the old server-ui module and regular JSON UI?
I'd really appreciate any insights, examples, or clarification from anyone who's been working with DDUI. If you know anything about this topic, I'd be grateful to hear!
Thanks in advance!

hexed bear
#

DDUI is separate to json ui and is very limited for now, its main source of usefulness at the moment is observables.

Basically variables (bindings if you will) can be dynamically changed and update in real time in the uis.

Meaning animations can be done externally from the form using changing values.

#

also modal form now has button*

#

but the animations only really involve hiding/showing elements and changing text

pastel flume
hexed bear
#

im not sure

severe swallow
severe swallow