BH2: Optimizations

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 below shows around 3,000 bullets running at 60fps in 1080p.

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. So the minimum requirements will be tiny – easily low enough to run on older mobile devices.

I’m pretty happy.

I do still have a few major features to add though – so we’ll see how much those effect performance later.

3k

4 thoughts on “BH2: Optimizations

  1. metallica_dillon

    If there is every a difficulty with that many bullets it needs to be called Bullet Armageddon. :shades:

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *