PDA

View Full Version : PXL(Asphyre) - SpriteEngine



ironquark
02-03-2018, 07:28 PM
Hi

I'm interested in PXL(Asphyre) to compile games for Android.

Does anyone have any SpriteEngine compatible with PXL?


If I'm unable to found one that its working, I need to make my own Sprite Engine.

Thanks

SilverWarior
03-03-2018, 08:55 AM
Hi!

I don't think here is SpriteEngine build directly for PXL. I might be wrong on this.
But if you go on the path for creating your own SpriteEngine I suggest you first take a look at one of the SpriteEngine that was written for Aspyhre Sphinx 2 or 3 libary. Why? From what I know PXL API hasn't changed to much in comaprison to older Aspyhre Sphinx Libraries so adapting the existing Spriteengine which was made for Asphyre Sphinx to work with PXL probably won't be so difficult.

happy05
03-03-2018, 06:23 PM
Hi,

You can find Sprite Engine for PXL v101 by devchenxip here :
http://www.cnblogs.com/crymm/p/4954891.html
http://www.cnblogs.com/crymm/p/5435336.html


in attachments Sprite Engine adapted for v110 (not finished)

1518

ironquark
06-03-2018, 04:45 PM
Hi!

I don't think here is SpriteEngine build directly for PXL. I might be wrong on this.
But if you go on the path for creating your own SpriteEngine I suggest you first take a look at one of the SpriteEngine that was written for Aspyhre Sphinx 2 or 3 libary. Why? From what I know PXL API hasn't changed to much in comaprison to older Aspyhre Sphinx Libraries so adapting the existing Spriteengine which was made for Asphyre Sphinx to work with PXL probably won't be so difficult.

Thank you my friend!

ironquark
06-03-2018, 04:46 PM
Hi,

You can find Sprite Engine for PXL v101 by devchenxip here :
http://www.cnblogs.com/crymm/p/4954891.html
http://www.cnblogs.com/crymm/p/5435336.html


in attachments Sprite Engine adapted for v110 (not finished)

1518

Hi!

Thank you!

Looking at DouDou sample, seems that is made for Windows.

Do you know if it can be used to compile games for Android?