Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.3 KB

deltatime

Description

A basic but configurable delta-timing system for the Monkey programming language.

Runnable HTML5 Demo.

Installation

This module is officially available from the Regal Modules project, and may be installed by following the installation guide provided with that repository.

Although this can be installed with the Regal Modules, this particular module aims to be as dependency free as possible. This means the only requirements this module has are covered by the "standard library" provided with Monkey. This means this module may be used as a completely separate entity, without being tied to 'regal'.

Import syntax varies with usage, with the official distribution using 'regal' as a parent namespace. (e.g. regal.deltatime)