Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AutoVisual/IGPFamily.pde: Added functionality to create inner triangles | David Runge | 2015-12-31 | 1 | -0/+15 |
| | | | | | in the alpha circle (createInnerTriangle() and createInnerTriangleTilted()). | ||||
* | AutoVisual/IGPHexagon.pde: Moving createInnerHexagon to super class. | David Runge | 2015-12-31 | 1 | -18/+0 |
| | |||||
* | AutoVisual/IGPFamily.pde: Adding function to add a inner hexagon, tilted | David Runge | 2015-12-31 | 1 | -0/+41 |
| | | | | (createInnerHexagonTilted()). | ||||
* | libraries/oscP5: Adding oscP5 library for OSC capabilities. | David Runge | 2015-12-31 | 105 | -0/+33362 |
| | |||||
* | Adding createDividingLines() functionality. | David Runge | 2015-12-31 | 1 | -0/+11 |
| | |||||
* | Separating createDividingLines() creatingDividingConstructionLines() | David Runge | 2015-12-31 | 1 | -13/+29 |
| | | | | functionality. Differentiating between amount of parts of square geometric. | ||||
* | AutoVisual/IGPSquare.pde: Retabbing document. | David Runge | 2015-12-30 | 1 | -74/+75 |
| | |||||
* | AutoVisual/IGPPentagon.pde: Retabbing document. | David Runge | 2015-12-30 | 1 | -6/+6 |
| | |||||
* | AutoVisual/IGPHexagon.pde: Retabbing document. | David Runge | 2015-12-30 | 1 | -49/+49 |
| | |||||
* | AutoVisual/IGPFamily.pde: Removing stale comments. | David Runge | 2015-12-30 | 1 | -1/+0 |
| | |||||
* | AutoVisual/IGPPentagon.pde: Further finishing on the basic construction ↵ | David Runge | 2015-12-30 | 1 | -15/+30 |
| | | | | circles for a Pentagon setup. Separating display() and displayConstructionLines() functionality. | ||||
* | AutoVisual/IGPSquare.pde: Setting up constructionCircleCenters properly. ↵ | David Runge | 2015-12-30 | 1 | -13/+9 |
| | | | | Separating display() and displayConstructionLines() functionality. | ||||
* | AutoVisual/IGPHexagon.pde: Separating PVectors on alpha circle and mid ↵ | David Runge | 2015-12-30 | 1 | -39/+40 |
| | | | | points of construction circles and PVectors derived from the latter. | ||||
* | AutoVisual/IGPFamily.pde: Separating PVectors on alpha circle and mid points ↵ | David Runge | 2015-12-30 | 1 | -56/+58 |
| | | | | of construction circles. | ||||
* | AutoVisual: First commit of AutoVisual, a sketch based upon Islamic ↵ | David Runge | 2015-12-30 | 5 | -0/+362 |
Geometric Patterns by Eric Broug. Partially functioning implementations of square, pentagon and hexagon base patterns. |