przemoo83 Posted February 27, 2015 Share Posted February 27, 2015 Hi I'm developing a project called "interactive configurator". This is going to be based on an HTML form and canvas element. Based on the user choice I want to display several elements on the canvas. For example.User selects his area of interest - products are displayed on canvasUser selects price range - some products are removedUser selects particular device - the device and some options/modules are displayedUser selects a module - a module is attached to the device on canvas I decided to use Phaser for this because i'd like to make it in the form of an interactive animation with a lot of fancy effects etc.However, this is my first project of this kind I'm not sure if I'm going in the right direction. Is this framework capable of delivering what I need? Any suggestions are much appreciated. Link to comment Share on other sites More sharing options...
ZeroGravity Posted February 27, 2015 Share Posted February 27, 2015 This is lot of opinion question. I think otherwise, I would use something like Bootstrap (web) or Ionic (if phones), but that "interactive animation with a lot of fancy effects etc." might defend your selection to phaser. As I said in the other thread, I say here too that select techniques which you know well, and take you to the goal. Link to comment Share on other sites More sharing options...
Oscar Abraham Posted February 27, 2015 Share Posted February 27, 2015 You could actually use any MVC library you want and Phaser together. If you are only using Phaser, you can also do it; but prepare your self to do some good amound of coding to fill in parts that phaser does not have, because Phaser is not that good at being anything else than a game engine. Maybe your life would be easier if you combine something like bootstrap or backbone or your favorite MVsomething library with Pixi. It sounds that most of what you'd be using Phaser for is already supported by Pixi. Link to comment Share on other sites More sharing options...
przemoo83 Posted February 28, 2015 Author Share Posted February 28, 2015 Thanks guys for suggestions. MVC library is a good idea. I wouldn't want the project to outgrow me after a while. You're right that it would take great amount of coding if I use Phaser only. I like coding but not that much Link to comment Share on other sites More sharing options...
Recommended Posts