-
A Space Exploration GamePulsar Kick is the space exploration game I always wanted to play and have been trying to build in one form or another for many years. I’ve made several prototypes along the way, learning rendering and physics …
-
CollapseCollapses DOM elements to pixels and then to 2d geometry drawn on a WebGL canvas in an orthographic projection with three.js. This lets you do fun stuff like apply a simple physics engine to the resulting chunks. Links …
-
Docker ExecExecute code in many languages with Docker in a single step! Docker Exec is a collection of Docker images and Go frontend capable of executing code in many different programming languages without requiring a single …
-
GLFW SkeletonA skeleton C++11 OpenGL 3.2 app that uses the GLFW, GLEW and GLM libraries and builds with CMake. Bandit is used for unit testing. Links GLFW Skeleton on GitHub
-
Lana TetrisBlocks falling from the sky in 2 dimensions. Expanding on what I’d done with Snake, this is an implementation of Tetris to continue learning C++ and OpenGL. Same technologies but slightly more complicated. Links …
-
Lana SnakeAn implementation of the classic game Snake. I wrote this to start learning C++ and OpenGL. It’s cross platform via GLFW and is my first go at game making. Links Lana Snake on GitHub