Skip to content
Sam Bloomberg edited this page Apr 6, 2014 · 11 revisions

Welcome to the Dive engine wiki!

Project layout

Dive engine is split into two projects: the engine executable and the game dll. The engine project is the engine itself, and should be kept up to date with the github project. The game dll project is more of a template; it rarely gets anything added to it except for some example code and maybe tutorials. It can safely be copied into your own project.

The separation of engine and game allows you to ignore how the engine works, if you so desire, and just work on your game. At the same time, you can edit and change the engine to your needs if you need to.

Documentation

General

Systems

These articles pertain to the many sub-systems of Dive.

Clone this wiki locally