Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maxjoehnk/mizer
- Owner: maxjoehnk
- License: agpl-3.0
- Created: 2020-07-28T17:03:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:31:06.000Z (8 months ago)
- Last Synced: 2024-04-22T12:34:01.473Z (8 months ago)
- Topics: artnet, dmx, ilda, projection-mapping, video
- Language: Rust
- Homepage: https://mizer.live
- Size: 15 MB
- Stars: 51
- Watchers: 5
- Forks: 3
- Open Issues: 93
-
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).
![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`.