cascada 0.1.0

A general purpose UI layout engine
Documentation

Cascada

Cascada is a lightweight, high-performance layout engine for UI frameworks, inspired by modern constraint-based systems like Flexbox and Flutter.

Contents

Goals

  • Fast
  • Simple
  • Portable

Installation

Add cascada to your project

[dependencies]
cascada = "0.1.0"

Overview

Comparison to CSS

  • Justify between: There is no justify between, you may use nodes in between and set the flex to 1.

License

Licensed under either of:

at your option.

TODO

  • Add benchmarks