|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
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.
Learn how to compile and build the game engine.
The asset system of Grindstone is the fundamental way it stores information.
The Entity-Component-System refers to the way that objects exist at runtime.
The Plugin System allows for the engine to be extended with new functionality and assets.
Discover all the different plugins you can install to introduce core features to Grindstone.
How the world of Grindstone is drawn to your screen.
WorldContexts are the fundamental containers of everything that exists for a specific world in Grindstone.