drumbeat 0.0.2

A Rust to GLSL/SPIR-V compiler framework. The goal of this crate is to allow creation of GLSL shaders written in pure rust within a crate.
Documentation

drumbeat-rs

Crates.io Docs.rs Crates.io Build & Check

An event handling system aimed towards real-time applications such as GUIs and Game Engines. Drumbeat is heavily inspired by the Observer pattern and its interface is inspired by some Reactive X libraries. However, this crate intends to be aimed towards real-time applications as described before.

Prerequisites

  • Rust lang

Authors

Build instructions

$ cargo build

Test instructions

$ cargo test