A basic but configurable delta-timing system for the Monkey programming language.
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)