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: 11 months ago
JSON representation
A visualization software for live events like concerts and club gigs with a node based workflow.
- Host: GitHub
- URL: https://github.com/maxjoehnk/mizer
- Owner: maxjoehnk
- License: agpl-3.0
- Created: 2020-07-28T17:03:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:33:36.000Z (over 1 year ago)
- Last Synced: 2025-04-13T02:13:13.237Z (over 1 year ago)
- Topics: artnet, dmx, ilda, projection-mapping, video
- Language: Rust
- Homepage: https://mizer.live
- Size: 31.5 MB
- Stars: 72
- Watchers: 5
- Forks: 4
- Open Issues: 99
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mizer

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

## Development
### Dependencies
You need to have the following tools installed:
- Rust (stable)
- cbindgen
- Flutter SDK
- protoc
- LLVM
- lld (only on linux)
### Building
#### 1. Clone the repository
```bash
git clone https://github.com/maxjoehnk/Mizer.git
cd Mizer
```
#### 2. Initial build with make
Run `make build` in the Project root. This will generate any necessary source files and also build the dynamic libraries required for the ui.
#### 3. Running
After running `make build` once you can just use `cargo run` to start Mizer.