https://github.com/objectprofile/roassal3documentation
Documentation of Roassal3
https://github.com/objectprofile/roassal3documentation
pharo pharo-smalltalk roassal visualization
Last synced: 5 months ago
JSON representation
Documentation of Roassal3
- Host: GitHub
- URL: https://github.com/objectprofile/roassal3documentation
- Owner: ObjectProfile
- License: mit
- Created: 2020-06-10T02:24:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T12:03:57.000Z (over 1 year ago)
- Last Synced: 2025-01-30T17:11:36.257Z (5 months ago)
- Topics: pharo, pharo-smalltalk, roassal, visualization
- Homepage:
- Size: 7.2 MB
- Stars: 17
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Roassal3 documentation
# Attention
WE ARE MOVING
- Roassal3 => https://github.com/pharo-graphics/Roassal
- Roassal3Exporters => https://github.com/pharo-graphics/RoassalExporters
- Roassal3Documentation => https://github.com/pharo-graphics/RoassalDocumentation
New repositories:
- RoassalLayouts => https://github.com/pharo-graphics/RoassalLayoutsRoassal is part of pharo thats why we want to keep it as part of the pharo ecosystem, thats why we are moving and this repository will be frozen.
This repository centralizes the effort of documenting [Roassal3](https://github.com/ObjectProfile/Roassal3). The documentation of Roassal3 is expanding at a sustained pace.
- Tutorials (learning-oriented material centered around practical steps):
- [Tutorial 01 - Adding Simple Nodes, Edges, and Layout](documentation/LesMiserables.md)
- [Tutorial 02 - Graph Manipulation](documentation/GraphTutorial.md)
- [Tutorial 03 - Inspector Integration](documentation/GTInspectorIntegration.md)
- [Tutorial 04 - Shape Composition](documentation/ShapeComposition.md)
- [Tutorial 05 - Chart](documentation/Chart.md)
- How-to guides (problem-oriented material, centered around practical steps):
- [How to visualize any arbitrary object?](documentation/how-to.md#How-to-visualize-any-arbitrary-object)
- [How to create a chart from a list of numbers?](documentation/how-to.md#How-to-create-a-chart-from-a-list-of-numbers)
- [How can I use animation to execute a block at a regular pace?](documentation/how-to.md#How-can-I-use-animation-to-execute-a-block-at-a-regular-pace)
- [How can I draw a SVG path?](documentation/how-to.md#How-can-I-draw-a-SVG-path)
- [Reference Documentation](documentation/reference.md) (detail about the Roassal machinery and key classes)
- FAQ
- [Where is the classes RTView?](documentation/FAQ.md#Where-is-the-classes-RTView)
- [What about the book Agile Visualization?](documentation/FAQ.md#What-about-the-book-Agile-Visualization)
- [How to export a visualization to PDF or SVG?](documentation/FAQ.md#How-to-export-a-visualization-to-PDF-or-SVG)
- [How to export a visualization in a given size of a PDF?](documentation/FAQ.md#How-to-export-a-visualization-in-a-given-size-of-a-PDF)
- [How to make an object visualizable using GTInspector?](documentation/FAQ.md#How-to-make-an-object-visualizable-using-GTInspector)---
Thanks to Adrian Sampaleanu for fixing tipos :-)