excaliburjs / sample-html

Example building HTML/CSS/JavaScript UIs w/ Excalibur

Home Page:http://excaliburjs.com/sample-html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example building HTML/CSS/JavaScript UIs w/ Excalibur

http://excaliburjs.com/sample-html/

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 68.6%Language:CSS 21.2%Language:HTML 10.2%