Getting Started
A sword wields no strength unless the hand that holds it has courage.
Overview
Turbo is a command-line based game engine powered by WebAssembly and WebGPU.
At this stage of development, Turbo is best suited for folks who have some basic coding skills. However, you can be an effective Turbo developer as long as you are willing to:
β Make a 2D Game
Turbo uses a quad-based render pipeline and solely focuses on low-res 2D games of any genre. It has no 3D features.
β Use the Command Line
Turbo runs on the command line via the turbo
executable. You will need to use this command to initialize, run, and export your projects.
β Write Some Rust
We'll add more language support over time, but for now, our officially supported Turbo SDK is written in Rust.
Luckily, you don't have to be an expert at any of the above.
Let's Go!
If you're ready to get started, continue to Installation β.