arcball 1.1.0

An implementation of the Shoemake Arcball camera
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# arcball

This library provides an implementation of the [Shoemake Arcball camera](https://www.talisman.org/~erlkonig/misc/shoemake92-arcball.pdf)
for Rust applications. See
the [cube example](examples/cube.rs) for an example of use with [glium](https://crates.io/crates/glium).

[![Crates.io](https://img.shields.io/crates/v/arcball.svg)](https://crates.io/crates/arcball)
![Build Status](https://github.com/Twinklebear/arcball/workflows/CI/badge.svg)

## Documentation

Documentation can be found [here](https://docs.rs/arcball/)