Crate spectra[][src]

Re-exports

pub extern crate luminance;

Modules

anim

Gathers everything needed to animate and synchronize a production.

audio
gtup

Generalized free tuples.

linear
render

Modules used to implement renderers.

report
scene

Contains scene related stuff, from models to lights, axis-aligned bounding boxes and transforms.

sys

Macros

crate_authors

Allows you to pull the authors for the app from your Cargo.toml at compile time in the form: "author1 lastname <author1@example.com>:author2 lastname <author2@example.com>"

crate_name

Allows you to pull the name from your Cargo.toml at compile time.

crate_version

Allows you to pull the version from your Cargo.toml at compile time as MAJOR.MINOR.PATCH_PKGVERSION_PRE

deb
err
gtup

Generalized free tuple macro.

ignite
impl_load_json

Implement Load for a type that can be deserialized from JSON.

impl_load_json_via

Implement Load for a type that can be indirectly deserialized from JSON by going from a type that implements JSON deserialization.

impl_reload_passthrough
info
now
uniform_interface

Create a new struct that represents a uniform interface and automatically derive the impl for UniformInterface.

uniform_interface_build_struct
uniform_interface_impl_trait
uniform_interface_impl_trait_map
warn