Web UI rather than ImGUI + sfml ? #32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Native UI implementation is a pain in the ass until now.
It is very primitive but theoricaly can be very efficient memory wise.
So it might NOT be appropriated to this game.
Unless I try something advanced for fights or on the maps there is very little chances I ever need an advanced UI control.
So basic HTML/CSS/Websocket communication is probably more than enough.
I'm starting to use graphql:
Pro:
Con:
For now the design I've in mind:
async is probably easy with Channels
like
But I need to finish a POC to make sure it works as I imagine
Give up on the POC for now, too much boring work and difficulties to design a "Observer"