https://github.com/objectprofile/box2droassal
https://github.com/objectprofile/box2droassal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectprofile/box2droassal
- Owner: ObjectProfile
- License: mit
- Created: 2020-08-13T22:25:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T22:34:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T14:22:02.627Z (5 months ago)
- Language: Smalltalk
- Size: 372 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Box2DRoassal
A [Roassal3](https://github.com/ObjectProfile/Roassal3/) Layout to distribute labels and edges in a canvas using [Box2DLiteForPharo](https://github.com/EiichiroIto/Box2DLiteForPharo).
---
One of the possibilities is this animated name cloud of classes in the hierarchy of Collection where font size is relative to number of methods defined in the class (browse methods in `RSBox2DLayoutExamples` for more information):

## Install
Evaluate the following script in a Pharo 9 image.
```Smalltalk
Metacello new
baseline: 'Box2DRoassal';
repository: 'github://ObjectProfile/Box2DRoassal/src';
load.
```