Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Guide

We're excited to have you start learning Grindstone! It's a very complex project, so we've provided a guide so that you can have an overview of high-level concepts.

Building The Project

Learn how to compile and build the game engine.

Asset System

The asset system of Grindstone is the fundamental way it stores information.

Entity-Component-System

The Entity-Component-System refers to the way that objects exist at runtime.

Plugin System

The Plugin System allows for the engine to be extended with new functionality and assets.

Official Plugins

Discover all the different plugins you can install to introduce core features to Grindstone.

Rendering

How the world of Grindstone is drawn to your screen.

WorldContext

WorldContexts are the fundamental containers of everything that exists for a specific world in Grindstone.