SpaceRox.MX2

February 27, 2026 ยท View on GitHub

2D Asteroids Style Game using MX2 (SDL2/Vulkan)

Screenshot From 2026-02-27 07-45-33 Screenshot From 2026-02-27 07-46-44 Screenshot From 2026-02-27 07-49-47

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