flowquad 1.0.1

Flowquad is a library that helps you build UI stuff with Macroquad.
Documentation

Flowquad!

Flowquad is a library that helps you build UI stuff with Macroquad

Features

  • UI Elements (Widgets)
  • That's it really, but it's a start!

Getting Started

Installation

Run

$ cargo add flowquad

Usage

Usage can be found in the examples folder. The examples are a good way to get started with the library. To run the examples, run

$ cargo run --example <example_name>