(no title)
MCArth | 3 years ago
Web libraries (react, etc) are very advanced and it'd be incredibly hard for a js game engine to match them for UI
MCArth | 3 years ago
Web libraries (react, etc) are very advanced and it'd be incredibly hard for a js game engine to match them for UI
naet|3 years ago
My most recent web game uses both standard DOM and Canvas for rendering different parts of the UI and text, and both look equally good to me. You do have to have set up the Canvas rendering correctly, especially for sharper displays like Apple Retina displays with higher pixel densities, but when done properly it looks very sharp and has no issue IMO.
MCArth|3 years ago
dxhdr|3 years ago
MCArth|3 years ago
I use react in my game platform bloxd.io - which I work full time on - and I couldn't be happier
robust-cactus|3 years ago
aliswe|3 years ago