Skip to content

excaliburjs/excalibur-extension

Excalibur Dev Tools Plugin

This excalibur game developers to easily inspect their games while making them!

Debug

  • Performance issues
  • Actor graphics
  • Actor geometry
  • Colliders
  • Scenes
  • Toggle Debug Draw

Example Extension Running

Running Locally & Side Loading

If you want to develop locally

  • Install node.js
  • Run npm install in the root directory
  • Run npm run start this will start a parcel dev server, or run npm run build to produce a prod bundle
  • Open chrome://extensions/ and click "Load unpacked" chrome extensions tab
  • Select the dist directory in the excalibur-extension project excalibur-extension dist directory

Features That We Want!

PR's welcome

Resources

https://developer.chrome.com/docs/extensions/mv3/devtools/