Cryogen: A Simple UI Framework [WIP]

The reason I created this project is because frameworks like Roact and Fusion can be complicated for a beginner, and I want to make a UI Framework that looks sleek while still being beginner friendly. While I haven’t nearly added as many features as I have planned, I still wanted to showcase the module’s early stages of development to see what others think / what I should do differently. I’ve attached a screenshot of the code that generates the UI seen in the video. I’ve also attached a screenshot of the properties that are currently configurable, and more will be added in the future.


*Note that the names of functions and order of parameters is subject to change.


*Note that I won’t explain some of the less intuitive configurable properties / provide documentation of the module, as everything is subject to change

I actually really like this, the colors, animations, and general overall quality of this is amazing!

is the title a reference to terraria calamity image

1 Like

This is sooo good! I gave a small question tho. Did u use a list ui or grid ui for the top row “daily, crates, bundles, event”??

It’s all math based, the only constraints used are UICorners and UIStrokes since I couldn’t get any of the grid constraints to look the way I wanted.

1 Like