#camera #cgmath #shoemake

arcball

An implementation of the Shoemake Arcball camera

8 releases (2 stable)

1.1.0 Jan 29, 2022
1.0.0 Feb 25, 2019
0.3.3 Jan 5, 2019
0.3.2 Dec 30, 2018
0.1.0 Jan 15, 2017

#4 in #cgmath

28 downloads per month

MIT license

15KB
85 lines

arcball

This library provides an implementation of the Shoemake Arcball camera for Rust applications. See the cube example for an example of use with glium.

Crates.io Build Status

Documentation

Documentation can be found here


lib.rs:

An implementation of the Shoemake Arcball Camera using cgmath. See the cube example for an example of use with glium.

Dependencies

~455KB