00:00
00:00
matt-likes-swords
Blurb.

Matt Roszak @matt-likes-swords

Age 33, Male

Procrastinator

Glasgow University

Glasgow, UK

Joined on 6/12/04

Level:
46
Exp Points:
22,708 / 23,490
Exp Rank:
690
Vote Power:
8.67 votes
Art Scouts
10+
Rank:
Safety Patrol
Global Rank:
27,919
Blams:
171
Saves:
178
B/P Bonus:
6%
Whistle:
Garbage
Trophies:
43
Medals:
3,215
Supporter:
11y 6m 14d
Gear:
4

5,000 bullets

Posted by matt-likes-swords - April 30th, 2014


I’ve been playing around with an awesome tool called Adobe Scout, which tells you exactly what your Flash games are doing – All the way down to memory allocations, CPU time, and low level GPU calls. It makes fancy graphs of this data, and you can identify where performance sucks, and see exactly what code is causing it. It’s so detailed that running Bullet Heaven 2 for one minute will generate *gigabytes* of data.

I’ve used it to identify a memory leak and a lot of wasted GPU draw calls, and after tidying things up, BH2 runs better than ever. The screenshot shows around 5,000 bullets running at 60fps in 1080p. There's also 80 foes in there.

Obviously my computer is pretty good (but not amazing), but in practice you won’t need this much power. BH2 will rarely need more than 1,000 bullets (much less on easier difficulties), and can be played at 30fps, in a lower resolution. Fancy effects can be disabled too. So the minimum hardware requirements will be tiny – easily low enough to run on older mobile devices.

I’m pretty happy with the performance. :D
Time to get on with actually making the game!


877736_139891063352_5k.png


Comments

For a moment I thought you were working on a concept SHMUP where you were only allocated a maximum of five thousand bullets and when you run out you're out permanently. But this sounds neat, too.

get split

Hey Matt... Cool your jets on bullet hell games. It's supposed to be bullet hell, not bullet infernal apocalypse of eternal destruction and painful torment. Ok? Because this is impossible...

That is awesome, are you using stage3d, starling?

Yup.

That's mental impressive mate, I'm getting no where near that on iPad3 with my bullet hell game ( Yeah, great minds and all that ).

I think if I was clever with multithreading, I could do even better, but I don't want to get into that. D:
Code execution seems to be the bottleneck now, not rendering graphics.

This sounds like it can be quite incredible...
I'm glad you found how for it to be efficient too!

And I thought I was obsessed with particles... OnO

How could Alienware 14 handle this on highest settings?

So your ship just blew up 500 times? lol

Imagine a disco like that xD

Evade the bullets... go on. I dare you :D
Can't wait for the game to be completed