https://github.com/jaredly/patterns
islamic geometric art generator toolio
https://github.com/jaredly/patterns
Last synced: 5 months ago
JSON representation
islamic geometric art generator toolio
- Host: GitHub
- URL: https://github.com/jaredly/patterns
- Owner: jaredly
- Created: 2020-05-29T02:42:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T03:33:07.000Z (about 6 years ago)
- Last Synced: 2025-02-19T13:11:58.487Z (over 1 year ago)
- Language: Reason
- Homepage:
- Size: 283 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Patterns
- if connecting two points that have different symmetries,
then select the symmetry of the first.
If a point has multiple symmetries defined for it, you
can keep tapping it to cycle between them.
Therefore, selection consists of a "point (ref)" and a "option(symmetry id)"
## Actions
- place abs point
- place between 2 points (can edit percent)
- place arc from one around another (can edit theta)
- place line (select point, then another point)
- place circle (select center, then outer)
- place arc (select center, then p1, then p2) - clockwise maybe?
## Buut what if I want symmetries to compound?
I think dots probably should compound.
And shapes maybe too?
So the thing that I was worried about was:
what if I want a thing that's descended from two differently-multiplied points?
Ah yes that's probably the rub. But the first point always carries it.
So then there's not conflict?
Yeah; for points, for lines, for all the things; there's a "source", and that's the point that the other point goes under. Awesome.
So I can restructure things to reflect that.