Crates.io | camera_ss |
lib.rs | camera_ss |
version | 0.1.1 |
source | src |
created_at | 2019-08-06 05:36:12.795787 |
updated_at | 2019-08-06 06:45:54.040368 |
description | A library for building world to camera space transforms, includes an arc ball implementation |
homepage | https://github.com/SallySoul/camera_ss |
repository | https://github.com/SallySoul/camera_ss |
max_upload_size | |
id | 154471 |
size | 25,679 |
This is a libarary contains the primitives necessary to build an object space to clip-space transform. It also includes a full implementation of an arc-ball like camera, with support of rotating and panning the view, as well as animated 'snapping' to other views.
For now I can't recommend this library for general use. However I have used it in both webgl and desktop opengl projects. As I use it in more projects and hone the interface I will put effort into making it more widely adoptable.