Hi all! I’ve been learning a bit about Babylon.js by hacking together a demo which combines my love of simple 2D physics, using the p2.js physics library, with Babylon’s 3D rendering, to create a 2.5D unicycle game demo:
https://tomwhall.github.io/p2BabylonUnicycle/
The code is on GitHub.
There are still a few glitches, for example, occasionally the player can get stuck on his back.
I’d like to develop this into a full game if I ever get time.