This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: pixijs-userland/pixi-haxe
Releases · pixijs-userland/pixi-haxe
haxelib release
- minor bug fix in
Application
class - updated samples to use pixi.js v3.0.10
haxelib release
- added
pauseRendering
andresumeRendering
inApplication
class
haxelib release
- added
pauseRendering
andresumeRendering
inApplication
class
haxelib release
- minor api updates in
Sprite
,Texture
andPoint
classes
haxelib release
- minor api updates as in pixi v3.0.9
- added
roundPixels
inSystemRenderer
- added
skew
property toDisplayObject
haxelib release
- simplified
stats
usage inApplication
class - removed
fpsmeter
andfps
flags - now depending on
perf.js
- use
stats
for fps, memory, etc stats
haxelib release
- exposed
preserveDrawingBuffer
andclearBeforeRender
in Application class
haxelib release
- Fixed the inappropriate array type of Mesh vertices, uvs and indices by @Rollo-Liu
haxelib release
- 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 asstats
andfpsmeter
need there respective .js files to be included in the html- added drop shadow filter class - @dendipermadi
haxelib release
- moved stats package to external library
jsfps