[READ-ONLY] Mirror of https://github.com/excaliburjs/sample-html. Example building HTML/CSS/JavaScript UIs w/ Excalibur excaliburjs.com/sample-html/
excalibur excaliburjs sample
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 67.8%
CSS 20.2%
HTML 9.7%
Other 2.3%
8 4 0

Clone this repository

https://tangled.org/excaliburjs.com/sample-html https://tangled.org/did:plc:r776p7inxr2euwwb2jd4bhkj
git@tangled.org:excaliburjs.com/sample-html git@tangled.org:did:plc:r776p7inxr2euwwb2jd4bhkj

For self-hosted knots, clone URLs may differ based on your setup.



readme.md

Sample of HTML/CSS/JS UI with Excalibur#

This is an example of how to build vanilla html/css/js UIs with Excalibur code. The main gist is to put an HTML layer above the canvas layer and use that for UI.

This can be adapted to any frontend framework/library you prefer.

See excalibur docs for more explanation https://excaliburjs.com/docs/html

sample-html

Running Locally#

  • Install Node.js
  • npm install
  • npm run start