MSGhero / mono2D

My attempt at a framework using Heaps and ECS
MIT License
3 stars 0 forks source link

Need to decide on a UI solution #6

Open MSGhero opened 1 month ago

MSGhero commented 1 month ago

At most, I need 9 slice and arbitrary text. Typically, I just need a sprite to be clickable. I don't think I need generic drawing, maybe a generic button sprite that gets 9 sliced. I probably wouldn't regret clip rects/masking.

I don't think dynamic resizing is a requirement.

Edit: I think CSS or some equivalent should be a requirement. Doing UI manually is so annoying, creating variables and stuff.

MSGhero commented 1 month ago

HaxeUI - heaps backend

MSGhero commented 1 month ago

HaxeUI - custom backend

MSGhero commented 1 month ago

KumoUI or equivalent IM gui

MSGhero commented 1 month ago

h2d.Flow

MSGhero commented 1 month ago

mono.ui