A 3D version of the classic arcade game Space Invaders made without a game engine but pure C++ and OpenGL.
All 3D Assets where modeled and textured in Blender. The collision detection between the laser and the invading ships utilizes a BVH tree for acceleration.