Jump to content

Any small game engines using pixi?


fire7side
 Share

Recommended Posts

I tried phaser and looked at panda.  I finally started a project in phaser and watched as it slowed to a crawl and finally was unplayable.  I just want a framework that includes pixi that has sound, collision, loading of all resources, etc.  I really can't find anything and it looks like I'll have to find libraries and combine them myself.  I'm just not very good at that kind of thing.  Please don't tell me about profiling etc because the game is pretty simple and I made sure it wasn't doing too many collision tests on one loop.  It started slowing down almost immediately and there are all kinds of comments of people with the same problem.  I also backed up to older versions and saw speed improvements.  It's just too heavy.

Link to comment
Share on other sites

 sound, collision, loading of all resources, etc. 

Pixi's loader will load all of your resources for you. 

For sound and collision you can try these micro-libraries that are compatible with Pixi:

 

Sound: https://github.com/kittykatattack/sound.js

Collision: https://github.com/kittykatattack/bump

 

Here are some more for tweeting, interactivity and particle effects:

 

Tweening: https://github.com/kittykatattack/charm

Interactivity: https://github.com/kittykatattack/tink

Particle effects: https://github.com/kittykatattack/dust

 

You might also want to try this sprite utilities library that makes creating and working with Pixi sprites much easier: 

 

Sprite Utilities: https://github.com/kittykatattack/spriteUtilities

 

The smallest full-featured game engine on the planet is "Ga" - but it's a canvas-based renderer so I'm not sure if it will render fast enough for what you need.

 

https://github.com/kittykatattack/ga

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...