excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.82k stars 188 forks source link

Update documentation to speak to game UI #1015

Closed eonarheim closed 2 years ago

eonarheim commented 6 years ago

Context

Many folks that use excalibur are confused about the proper way to do UI for games.

Proposal

We should add a section to the documentation discussing the ways that UI can be constructed in excalibur.

It should be clear that using HTML is the prefered UI mechanism, but also speak to reasons to use UIActor or other canvas rendered UI elements.

Xstoudi commented 4 years ago

Any update ?

github-actions[bot] commented 3 years ago

This issue hasn't had any recent activity lately and is being marked as stale automatically.

eonarheim commented 2 years ago

There has been some updates here https://excaliburjs.com/docs/ui

Let us know if more needs to be addressed