Ciappa Posted June 29, 2018 Share Posted June 29, 2018 Hi, I'm new in the HTML5 game developing, and i want to know what framework or engine to use for my first 2d game. I want a framework that permit to get high-performance,or i should to use canvas? Maybe,could you link to me some tutorials about thet framework? Thank. Sorry for my english,I don't know well english Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 29, 2018 Share Posted June 29, 2018 > Hi, I'm new in the HTML5 game developing Depends on complexity of your game, take PixiJS (small rendering lib) or Phaser (game framework). > I want a framework that permit to get high-performance,or i should to use canvas? When you understand that you need special optimization, you can make a plugin or fork rendering library instead of doing everything from scratch. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 29, 2018 Share Posted June 29, 2018 Also dont treat anything as a blackbox. Even if you use something, you have to clone github repo and look in sources every time you stumble across strange problem that doesnt exist in documentation. Quote Link to comment Share on other sites More sharing options...
AndyTyurin Posted July 3, 2018 Share Posted July 3, 2018 On 6/29/2018 at 5:24 PM, Ciappa said: Hi, I'm new in the HTML5 game developing, and i want to know what framework or engine to use for my first 2d game. I want a framework that permit to get high-performance,or i should to use canvas? Maybe,could you link to me some tutorials about thet framework? Thank. Sorry for my english,I don't know well english Try to make your first experiments in Pixi / Phaser as Ivan mentioned. You can also endeavour Canvas API where you can start to draw primitives as a first step. Next, if you feel comfortable with JS, try to create simple games like Arkanoid. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.