realms 1.1.1

A powerful and lightweight graphics library for making Rust games
Documentation
# Welcome to Realms - the lightweight Rust game library

Realms is a library that allows you to easily make games, animations and any 2D
or 3D graphics using Rust.

As of version `1.1.1`, Realms now uses OpenGL as a backend. This is a huge API
change, and most things have changed since `0.2.1`. Get up to date by
[reading the examples](https://github.com/dylanopen/realms/tree/main/examples).

## Documentation

For extensive documentation on specific fields, structs and functions, see the
documentation on [docs.rs](https://docs.rs/realms).

## Examples

You can find a list of examples for how to use Realms at
[github.com/dylanopen/realms/tree/main/examples](https://github.com/dylanopen/realms/tree/main/examples)

Thanks for choosing Realms to build your next great game!