Crates.io | e-nguyen |
lib.rs | e-nguyen |
version | 0.1.2 |
source | src |
created_at | 2019-03-22 05:37:14.494558 |
updated_at | 2019-03-26 02:59:01.402279 |
description | Build your own music visualizations |
homepage | |
repository | https://github.com/e-nguyen/e-nguyen |
max_upload_size | |
id | 123069 |
size | 5,956,788 |
Produce engaging visual output from arbitrary input, especially sound, in a context designed to composably remix content with minimal prep work.
E-Nguyen is written in Rust and uses the Vulkan graphics API. The current license is LGPL3+ and content is recommended to submitted as Creative Commons Attribution Share-Alike 4.0+ (CC-BY-SA 4.0)
The project has two goals:
E-Nguyen can be built on Rust's stable toolchain. Install Rust
You may need to install a Vulkan ICD (Installable Client Driver) for your OS & graphics card combination. Consult your OS's Vulkan installation documentation.
Clone this repository and run it (building will be performed if necessary).
git clone https://github.com/e-nguyen/e-nguyen.git
cd e-nguyen
cargo run --release --fullscreen
For graphics issues, first try building and running examples from the Vulkano project. The teapot and other examples should run.
Please review the Contributing document and remember to double-emoji your PR's to leave a verifiable record and enable the LGPL and other protections.
Fresh off the press. Architecture for visualizaiton composition and other documentation inbound. Get involved!
Currently only the PulseAudio sound server (Linux) can be monitored.