https://github.com/objectprofile/carlone
https://github.com/objectprofile/carlone
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectprofile/carlone
- Owner: ObjectProfile
- License: mit
- Created: 2018-01-26T19:27:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T23:06:41.000Z (over 7 years ago)
- Last Synced: 2025-06-05T12:05:06.715Z (8 months ago)
- Language: Smalltalk
- Size: 417 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carlone
Carlone is a visualization engine built on top of Bloc. It is currently under heavy development.
Tests are executed on travis: Travis: https://travis-ci.org/ObjectProfile/Carlone
Execute the following code snippet to load Roassal2 on Pharo 7
```Smalltalk
Metacello new
baseline: 'Carlone';
repository: 'github://akevalion/Carlone/src';
load.
```