Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxjoehnk/mizer

A visualization software for live events like concerts and club gigs with a node based workflow.
https://github.com/maxjoehnk/mizer

artnet dmx ilda projection-mapping video

Last synced: about 2 months ago
JSON representation

A visualization software for live events like concerts and club gigs with a node based workflow.

Awesome Lists containing this project

README

        

# Mizer

A node based visualization tool for live scenarios (e.g. concerts and clubs).

![Nodes View](docs/screenshots/nodes.png)

## Development

### Dependencies

You need to have the following tools installed:

* Rust
* cbindgen
* Flutter SDK
* protoc
* LLVM

### Building

Run `make build` in the Project root. This will place the `mizer` binary in the `target/debug` folder.

After running `make build` once you can also use all `cargo` commands directly.

### Running

To run just execute the binary or use `make run`.