RoassalLayouts

Description

layout from Roassal

Details

Source
GitHub
License
MIT
Stars
1
Forks
4
Created
Sept. 28, 2023
Updated
June 16, 2025

Categories

UI / Graphics

README excerpt

# RoassalLayouts


[![CI](https://github.com/pharo-graphics/RoassalLayouts/actions/workflows/runTests.yml/badge.svg)](https://github.com/pharo-graphics/RoassalLayouts/actions/workflows/runTests.yml)
![Discord](https://img.shields.io/discord/223421264751099906)

[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 13](https://img.shields.io/badge/Pharo-13-%23aac9ff.svg)](https://pharo.org/download)

[*Chat with us on #Roassal*](https://discord.gg/QewZMZa)

Layouts from Roassal, they used to be included with roassal repository.

Some layouts are
- Grid
- Flow
- Tree
- Sugiyama
- Force based
  
Load
```st
Metacello new
    baseline: 'RoassalLayouts';
    repository: 'github://pharo-graphics/RoassalLayouts';
    load.
```
← Back to results