Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: pixijs-userland/pixi-haxe

haxelib release

01 Mar 10:41
Compare
Choose a tag to compare
  • minor bug fix in Application class
  • updated samples to use pixi.js v3.0.10

haxelib release

25 Jan 20:11
Compare
Choose a tag to compare
  • added pauseRendering and resumeRendering in Application class

haxelib release

25 Jan 20:10
Compare
Choose a tag to compare
  • added pauseRendering and resumeRendering in Application class

haxelib release

14 Jan 11:18
Compare
Choose a tag to compare
  • minor api updates in Sprite, Texture and Point classes

haxelib release

27 Dec 22:48
Compare
Choose a tag to compare
  • minor api updates as in pixi v3.0.9
  • added roundPixels in SystemRenderer
  • added skew property to DisplayObject

haxelib release

30 Nov 21:09
Compare
Choose a tag to compare
  • simplified stats usage in Application class
  • removed fpsmeter and fps flags
  • now depending on perf.js
  • use stats for fps, memory, etc stats

haxelib release

26 Nov 17:02
Compare
Choose a tag to compare
  • exposed preserveDrawingBuffer and clearBeforeRender in Application class

haxelib release

15 Oct 08:40
Compare
Choose a tag to compare
  • Fixed the inappropriate array type of Mesh vertices, uvs and indices by @Rollo-Liu

haxelib release

12 Oct 08:40
Compare
Choose a tag to compare
  • moved stats to a separate library http://lib.haxe.org/p/jsfps
  • 3 stats options available now - fps, stats & fpsmeter
  • fps doesn't need any js library where as stats and fpsmeter need there respective .js files to be included in the html
  • added drop shadow filter class - @dendipermadi

haxelib release

09 Oct 11:28
Compare
Choose a tag to compare
  • moved stats package to external library jsfps