Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@englercj englercj released this 13 Feb 16:23
· 1019 commits to master since this release

New Features

  • Rewrite random library to support deterministic random numbers
  • Built-in Control systems (PlatformerControls, TopDownControls)
  • Support multi-image tilesets
  • Add Color class
  • Add sprite interactions via Pointers
  • Expose pixi filters system

Bugfixes

  • Ignore large frame-time deltas (usually from window blur)
  • Fix problem with gear joints on infinite inertia bodies
  • Fix bug with using new XHR spec
  • Properly interpolate physics updates
  • Fix problems with Camera and scaling
  • Fix a multitude of bugs in Particle Emitters

Misc

  • Refactored effects into a separate namespace (gf.fx)
  • Updated to the latest pixi.js (v1.5.1)
  • Add coveralls support: https://coveralls.io/r/grapefruitjs/grapefruit
  • Convert to browserify for builds
  • Rewritten tilemap rendering, now more performant and much simplier!