Skip to content
Thiago edited this page Apr 12, 2024 · 2 revisions

Welcome to the official wiki for Basalt! This wiki serves as a central hub for documentation, tutorials, and resources related to our game engine. Whether you're a beginner getting started with game development or an experienced developer looking for advanced features, this wiki is designed to provide you with the information you need to make the most out of our game engine.

About Basalt

Basalt is like the DIY kit of game engines. You won't find any fancy editors here – it's all about getting your hands dirty with code. Think of it as building your game from the ground up, but with some helpful tools to speed things along.

One main feature about Basalt is its component-based engine. Instead of wrestling with a bunch of pre-made features, you get to mix and match components to create exactly what you need. It's kind of like building with LEGO blocks – you choose the pieces that fit your game perfectly.

Basalt also doesn't lock you into any specific implementations. You're in control. Want to use an already existing renderer? Go for it. Prefer your own custom graphics magic? No problem. Basalt gives you the freedom to plug in whatever tools you want, so you can make your game truly your own.

So if you're into rolling up your sleeves and diving into the nitty-gritty of game development, Basalt might just be your new best friend

Getting Started

  • Getting Started - Dive right into building your first game using Basalt with our beginner-friendly tutorial.
Clone this wiki locally