So im working on a RBMK reactor game, modern variant, and i need to make a neutron flux montiro, i have the code and all the nessecary calculations, but i doo not know how i could do a GUI like this:
Any ideas?
So im working on a RBMK reactor game, modern variant, and i need to make a neutron flux montiro, i have the code and all the nessecary calculations, but i doo not know how i could do a GUI like this:
Any ideas?
it would depend on what data is output and how from your scripts.
You could use Uilistlayout for each layer though that i know, and populate them based on some array output from your script.
looks like a arbitrary grid, look into axial coordinates i think that’s a good start
It is possible to make GUI like this it’s just that…
Which part of the ui shown in the image do you want to make?
If it’s the centered one, just use “UIGradient”.
But the bumps on the UI is umm… complicated…
i think u’ll need to use “instance.New” (or smth like that) for multiple frames in your script to pop up for the bumps.
I’m not an expert.