@manpage The mojo module # The mojo module Mojo is a simple, lightweight, application framework optimized for realtime applications such as games. Mojo includes the following namespaces: | Namespace | Description |:----------------------|:----------- | [[mojo.app]] | Core application framework. | [[mojo.graphics]] | Drawing and rendering. | [[mojo.input]] | Reading user input. | [[mojo.audio]] | Playing sounds and music. @import app.md @import graphics.md @import audio.md @import input.md