Skip to content

Home

This GitHub page contains documentation on the lacking game engine/framework. The framework is divided into a number of core modules as follows:

  • Application

    This module allows one to start an application and handle user input (mouse, keyboard, etc.) events.

  • Rendering

    This module exposes a generic API that can be used to issue render commands to the GPU.

  • User interface

    This module provides a user interface framework that is inspired by React. It can be used to construct complex widget hierarchies and display them on the screen.

  • Game

    This module contains all the code that is necessary to load, run and visualize a game scene.