Skip to content

Releases: excaliburjs/dev-tools

@excaliburjs/dev-tools@0.28.0

11 Aug 02:01
Compare
Choose a tag to compare

image

Read the main repo for more https://github.com/excaliburjs/Excalibur/releases/tag/v0.28.0

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.28.0

@excaliburjs/dev-tools@0.27.1

11 Jul 00:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

@excaliburjs/dev-tools@0.27.0

09 Jul 01:38
Compare
Choose a tag to compare

@excaliburjs/dev-tools@0.25.3

05 Feb 23:59
Compare
Choose a tag to compare
> npm install @excaliburjs/dev-tools@0.25.2

Full Changelog: v0.25.2...v0.25.3

@excaliburjs/dev-tools@0.25.2

22 Jan 05:06
Compare
Choose a tag to compare
> npm install @excaliburjs/dev-tools@0.25.2

This is a dev tool to help you debug your game written in excalibur.

This tool allows you to see information about the engine, currentScene, camera, clock, entities, and more!

UI is built using tweakpane

Using dev tools in your excalibur game!

  1. Install using npm
> npm install @excaliburjs/dev-tools
  1. Inside your game code pass your game to the devtool
const game = new ex.Engine({...});
const devtool = new DevTool(game);
  1. Voila!

image

Full Changelog: https://github.com/excaliburjs/dev-tools/commits/v0.25.2