Marius Posted February 23, 2016 Share Posted February 23, 2016 Hi guys. there is this new tool of Rpg Maker. And now with it you can also made game in HTML5. Now i'm testing who is the fastest engine on mobile devices. I played this games on my LG G4 : Made with Construct2 Another game made with Construct2 made with the new tool Rpg Maker MV The results are : first game made with c2 : 4/10; second game made with c2 : 7/10 and third game made with rpgmk 7/10. Now the question : why a game made with the same engine is faster than another ? Quote Link to comment Share on other sites More sharing options...
mattstyles Posted February 23, 2016 Share Posted February 23, 2016 I dont mean to sound blunt, but, performance for a game is largely dependent on your game code, not which library/framework you use (although that can obviously have a large effect too). As an example, taking 2 games that involve a character firing a bullet, if game A fires one bullet at a time vs game B firing 1000 bullets each time, you can tell that Game A will be faster as it only has to update and draw 1 bullet vs 1000. Marius 1 Quote Link to comment Share on other sites More sharing options...
Marius Posted February 25, 2016 Author Share Posted February 25, 2016 thanks 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.