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
[]
= "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:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
TODO
- Add benchmarks