Users browsing this thread: 2 Guest(s)
[WIP] Mine to the sky
#41
UPDATE

So at this point I am extremely on the fence about continuing to develop Mine to the sky in ImpactJS.

Impact's entire code structure is not very v8 optimization friendly and porting everything in impact to a cleaner Entity component system based approach seems like more of a hassle than just starting fresh in Phaser and using it's nice ECS based structure for doing things. Luckily, I don't think it will be too painful concidering that a lot of the core game logic is done, but it's still a huge loss in productivity.

What's sparked this is that I've noticed over the course of my development that the game is getting slower and slower, and this is a result of the same things that plagued the Cross Code developers. Too many properties on objects to get optimized properly and huge inheritance chains.

I really want this game to run fast in a browser because it is ultimately going to be a relatively fast paced game. Here's hoping that phaser helps me reach that goal. Not to mention I'll finally get to use webGL and shaders in my game (which was going to be a huge headache to impliment in Impact).
[Image: IGBanner.png]
Reply
Thanked by:


Messages In This Thread
[WIP] Mine to the sky - by Codestar - 09-12-2014, 08:38 PM
RE: [WIP] Mine to the sky - by MC Jimmy - 09-14-2014, 04:16 AM
RE: [WIP] Mine to the sky - by Codestar - 09-22-2014, 02:03 PM
RE: [WIP] Mine to the sky - by Koh - 09-25-2014, 11:41 AM
RE: [WIP] Mine to the sky - by JustinGameDesign - 10-11-2014, 04:59 PM
RE: [WIP] Mine to the sky - by Codestar - 02-04-2015, 04:29 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-04-2015, 06:55 PM
RE: [WIP] Mine to the sky - by Codestar - 02-04-2015, 08:46 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-04-2015, 09:45 PM
RE: [WIP] Mine to the sky - by Shade - 02-04-2015, 10:30 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-05-2015, 09:50 AM
RE: [WIP] Mine to the sky - by Codestar - 02-05-2015, 02:50 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-06-2015, 02:46 PM
RE: [WIP] Mine to the sky - by Codestar - 02-06-2015, 09:11 PM
RE: [WIP] Mine to the sky - by Navana - 02-07-2015, 02:53 AM
RE: [WIP] Mine to the sky - by Kelvin - 02-07-2015, 09:53 AM
RE: [WIP] Mine to the sky - by Codestar - 02-09-2015, 10:48 AM
RE: [WIP] Mine to the sky - by Kelvin - 02-09-2015, 11:55 AM
RE: [WIP] Mine to the sky - by Codestar - 02-09-2015, 12:08 PM
RE: [WIP] Mine to the sky - by Codestar - 02-13-2015, 09:46 AM
RE: [WIP] Mine to the sky - by Codestar - 02-24-2015, 08:30 PM
RE: [WIP] Mine to the sky - by Codestar - 02-26-2015, 09:37 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-27-2015, 12:03 PM
RE: [WIP] Mine to the sky - by Codestar - 03-03-2015, 03:09 PM
RE: [WIP] Mine to the sky - by Codestar - 03-05-2015, 04:25 PM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 10:27 AM
RE: [WIP] Mine to the sky - by Kosheh - 03-09-2015, 11:28 AM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 12:39 PM
RE: [WIP] Mine to the sky - by Kami - 03-09-2015, 02:09 PM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 03:36 PM
RE: [WIP] Mine to the sky - by Codestar - 03-10-2015, 09:22 PM
RE: [WIP] Mine to the sky - by Silversea - 03-21-2015, 01:03 PM
RE: [WIP] Mine to the sky - by Codestar - 03-23-2015, 01:35 PM
RE: [WIP] Mine to the sky - by Codestar - 03-17-2015, 02:27 PM
RE: [WIP] Mine to the sky - by Codestar - 03-24-2015, 11:15 AM
RE: [WIP] Mine to the sky - by Kelvin - 03-25-2015, 08:14 AM
RE: [WIP] Mine to the sky - by Gwen - 03-25-2015, 09:47 AM
RE: [WIP] Mine to the sky - by Codestar - 03-25-2015, 11:32 AM
RE: [WIP] Mine to the sky - by Codestar - 03-26-2015, 08:45 AM
RE: [WIP] Mine to the sky - by Codestar - 03-30-2015, 10:40 AM
RE: [WIP] Mine to the sky - by Codestar - 03-31-2015, 09:24 PM
RE: [WIP] Mine to the sky - by Codestar - 04-03-2015, 01:34 PM
RE: [WIP] Mine to the sky - by Koh - 04-07-2015, 11:00 AM
RE: [WIP] Mine to the sky - by Kelvin - 04-04-2015, 11:18 AM
RE: [WIP] Mine to the sky - by LunchPolice - 04-07-2015, 06:39 PM
RE: [WIP] Mine to the sky - by Codestar - 04-23-2015, 07:54 PM
RE: [WIP] Mine to the sky - by Codestar - 04-27-2015, 03:32 PM
RE: [WIP] Mine to the sky - by Codestar - 04-29-2015, 03:28 PM
RE: [WIP] Mine to the sky - by Codestar - 05-11-2015, 11:05 AM
RE: [WIP] Mine to the sky - by Flare - 05-12-2015, 11:11 AM
RE: [WIP] Mine to the sky - by Codestar - 05-14-2015, 08:47 AM
RE: [WIP] Mine to the sky - by Codestar - 05-21-2015, 09:20 AM

Forum Jump: