Skip to main content

Crate zeevonk

Crate zeevonk 

Source
Expand description

§Zeevonk

A modular lighting control system for modern DMX-based lighting setups.

⚠️ Warning

Zeevonk is currently in early development. APIs, features, and behavior may change frequently and without notice. It is not yet recommended for production use.

§What is Zeevonk?

Zeevonk is a modular system for controlling lighting fixtures.

This project is the result of a deep rabbithole I went into, when creating Radiant. I realized I was writing the same DMX resolvers for GDTF files over and over again. Zeevonk is my way of consolidating all of my research into a hub for DMX lighting.

For more details, see the documentation for each module in the crate.

Re-exports§

pub use error::Error;
pub use error::Result;
pub use theymx;

Modules§

attr
Attribute types.
error
Error types.
project
Project file and stage information.
value
Value types for clamped and mapped attribute values.

Structs§

Zeevonk
The main entry point for interacting with a Zeevonk instance.