SpaceRox.MX2
February 27, 2026 ยท View on GitHub
2D Asteroids Style Game using MX2 (SDL2/Vulkan)
How to Compile
first compile and install MX2:
https://github.com/lostjared/libmx2
then:
git clone https://github.com/lostjared/SpaceRox.MX2.git
cd SpaceROx.MX2
mkdir build && cd build
cmake ..
make -j$(nproc)
./SpaceRox