To the right is a recreation of a classic arcade game. Steer the spaceship with the arrow-keys and shoot with the spacebar. The game is running on the Krill engine and is capable of running in all modern browsers.
From the start I have chosen to build with technologies that support compiling to a multitude of platforms. The Rust compiler has built-in support for compiling to WebAssembly, which allows for near-native performance on the web.
The source code for this demo is located in the meteors directories in the krill-engine repository.