[orx-composition] Add details to README.md files (#332)

This commit is contained in:
Abe Pazos
2024-04-02 13:14:38 +02:00
committed by GitHub
parent 28aed391f2
commit 275f677cf3
3 changed files with 35 additions and 3 deletions

View File

@@ -2,4 +2,16 @@
Shape composition library
This code was previously part of `openrndr-draw`.
One can think of a Composition as a vector design made out of primitives
like ShapeContour, Shape, or LineSegment, each having its fill color,
stroke color and stroke weight.
Compositions can be loaded from SVG files and then queried or altered via code.
Composition can also be generated from scratch, typically using `drawComposition { ... }`, then saved as an SVG file.
Read about Composition [in the guide](https://guide.openrndr.org/drawing/drawingSVG.html).
_The code in `orx-composition` was previously found under `openrndr-draw` in the `openrndr` repository._
<!-- __demos__ -->