bbmario Posted September 22, 2015 Share Posted September 22, 2015 What's the most efficient game engine in the HTML5 world right now? I'm planning to create an RPG game, similar to the classics, like Chrono Trigger. I'm worried about performance and ease of use, since i'm coming from C++ with SFML. Quote Link to comment Share on other sites More sharing options...
d13 Posted September 22, 2015 Share Posted September 22, 2015 I'm planning to create an RPG game, similar to the classics, like Chrono Trigger. You can consider this: http://www.rpgmakerweb.com/products/programs/rpg-maker-mv Quote Link to comment Share on other sites More sharing options...
bbmario Posted September 23, 2015 Author Share Posted September 23, 2015 I know the RPG Maker series, but i'm more interested in coding the game than making it. That's why i'm asking about the performance of the JS libraries. Also, why would anyone with experience in SFML and other libraries use RPG Maker? Quote Link to comment Share on other sites More sharing options...
Gio Posted September 23, 2015 Share Posted September 23, 2015 You'd struggle to find anything that's relevant to your SFML experience in the context of web games. RPG Maker is the sensible choice if you want to make that type of game and be commercially successful. If you don't care about that, and only want to have some fun coding, then I wouldn't worry about performance too much... any of the popular JS frameworks is more than adequate, in terms of performance, to get a Chrono Trigger game working on current hardware. Just find one that matches your coding style preferences. Quote Link to comment Share on other sites More sharing options...
bbmario Posted September 23, 2015 Author Share Posted September 23, 2015 I'll just use Emscripten, then. 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.