Skip to content
Shmellyorc edited this page Aug 27, 2026 · 4 revisions

Void Engine Wiki

Welcome to the Void Engine documentation.

Void is a modular, extensible 2D game framework for .NET.

Quick Links

Start here:

Core documentation:

Reference:

What is Void?

Void is a 2D game framework for .NET that gives you the essential building blocks: rendering, assets, input, audio, saving, pathfinding, coroutines, and logging. It sits between monolithic engines that do everything and bare frameworks that do nothing.

Who is it for?

Game developers using .NET who want a lightweight, extensible foundation without fighting an engine or rebuilding solved problems.


Back to Repository

Clone this wiki locally