#Completely serverside in-world UIs WIP

12 messages · Page 1 of 1 (latest)

pulsar thunder
#

Honestly mostly just a proof of concept atm, but I thought it'd be neat to use Jetpack Compose with a custom backend :)

toxic mesa
#

@deft basin damn look at this

pulsar thunder
toxic mesa
#

damn, that's really cool
can you adjust the size at which the item gets rendered?

pulsar thunder
#

yup! Each composable supports a transform parameter that takes a Matrix4f that can be used to translate, scale or rotate stuff (though since minecraft only really supports affine transforms it won't work perfectly for some transforms)

pulsar thunder
#

but now something is fucking up rotations again AAAAAA

pulsar thunder
#

oh no am I applying transforms incorrectly

pulsar thunder
#

just a matter of applying operations in the wrong order, fixed now

stark beacon
#

IM SORRY WHAT

pulsar thunder
#

It's exactly like the videos show