camera_controllers 0.0.3

A library for 3D camera control.
docs.rs failed to build camera_controllers-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: camera_controllers-0.34.0

camera_controllers Build Status

A Rust library for controlling 3D cameras within the Piston ecosystem. Currently includes a first-person controller and a Blender/3dsMax-style orbiting camera controller.

Maintainer: @stjahns

Goals

  • Quality and easy to use default controllers
  • Extension points for users to define their own controllers

How to contribute