Game

February 1, 2026 ยท View on GitHub

Making a 3D game with Vulkan and C3 language, currently very basic and only works on linux, planning to port code for Windows / MacOS soon too

Example

For running example:

Install C3, VulkanSDK

Clone repository recursively.

git clone --recursive

Then you can run example with c3c run game inside the cloned directory

Currently only tested on linux, but could potentially work on Mac too if you install MoltenVK