arcball-cgmath 0.4.0

A simple arcball-style camera. Uses the cgmath-rs library
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
cgmath = "^0.10.0"
num-traits = "0.1"

[package]
authors = ["Mark Hintz <markinportland7@gmail.com>"]
description = "A simple arcball-style camera. Uses the cgmath-rs library"
keywords = ["arcball", "cgmath", "camera", "arc", "ball"]
license = "MIT"
name = "arcball-cgmath"
readme = "README.md"
repository = "https://github.com/mhintz/arcball-cgmath"
version = "0.4.0"