GMP Game Engine Plugins - Overview

Welcome to the GMP javascript game engine plugins page. Download plugins here to expand the GMP game engine functionality.

There are already two working plugins which will be made available soon:

  • Logger Console: convenient message logging with information like the current game loop iteration.
  • X-Ray Console: real-time internal game state information, such as average loop duration, current iteration, Mouse and Keyboard input activity, etc. You can also ‘x-ray’ any other part of your game with convenient hooks.

(These two plugins just need a little more clean up, and then they’ll be released)