flowquad 1.1.0

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)
    • Button
    • Container
    • Label
    • TextInput
    • Toggle

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>