game-loop 0.2.0

A Rust crate that implements a frame-rate-independent game loop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "game-loop"
version = "0.2.0"
authors = ["Chris Patuzzo <chris@patuzzo.co.uk>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/tuzz/game-loop"
documentation = "https://github.com/tuzz/game-loop"
homepage = "https://crates.io/crates/game-loop"
description = "A Rust crate that implements a frame-rate-independent game loop."
keywords = ["game", "loop", "frame", "rate", "independent"]
categories = ["game-development", "simulation", "rendering"]