drumbeat 0.0.1

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](https://img.shields.io/crates/v/drumbeat) ![Docs.rs](https://docs.rs/drumbeat/badge.svg) ![Crates.io](https://img.shields.io/crates/d/drumbeat) ![Build & Check](https://github.com/patrickhadlaw/drumbeat-rs/workflows/Build%20&%20Check/badge.svg)

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

* **Patrick Hadlaw** - [patrickhadlaw]https://github.com/patrickhadlaw

## Build instructions

```
$ cargo build
```

## Test instructions

```
$ cargo test
```