Skip to content

RichardOtvos/CraftyDebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crafty DebugBar

With Crafty DebugBar you can create your games faster.

##What can I do with Crafty DebugBar?

  • view a human readable entities list
  • change the attributes of a choosen entity
  • manage entity (add/remove) components
  • easily print entity objects in the browser console
  • show/hide entities
  • make an entity draggable, move an entity and read the new position's attributes

##How can you use this?

Crafty.modules({ 'crafty-debug-bar': 'release' }, function () {
    Crafty.debugBar.show();
});

##Plans for future relases

  • entity selector (like in firebug)
  • easily show entity hitbox polygons
  • performance graph (entity numbers, drawing time)
  • pause/play, fast-forward
  • current browser and browser support information
  • list of loaded assets (images, sounds)
  • sprite management

##How does it look? Crafty DebugBar

About

Crafty Debug component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%