DAABBCC - Dynamic Tree(aka AABB Tree) native extension for fast AABB collision detection

Small update: I completed this prototype, but since I’m using new APIs from 1.9.9, I’m waiting for its release.

My intention was to develop a small prototype for desktop, but since I have more time until 1.9.9 is released, I’d like to test it on low-end(toasters) mobile devices. So, I added basic on-screen controls, nothing fancy.

I tested it on a Samsung Galaxy J7 Prime from 2016 (Android 8) and a Nokia 2.2 (the worst thing I’ve ever seen) using a WebGL build in mobile Chrome (fullscreen). It runs surprisingly well, even with the water and waterfall shaders, despite their terrible optimization. But of course, this is just a minimal prototype. Things might go wrong in the long run or on today’s large screens, but still, I wasn’t expecting smooth gameplay at all.

There’s nothing new in the gameplay; I just fixed some bugs.

19 Likes