[orx-shapes] Fix Tunni demos
This commit is contained in:
10
orx-shapes/src/commonMain/kotlin/tunni/README.md
Normal file
10
orx-shapes/src/commonMain/kotlin/tunni/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# orx-shapes / tunni
|
||||
|
||||
Tunni point and line extensions for `Segment`
|
||||
|
||||
# References
|
||||
|
||||
* https://www.youtube.com/watch?v=ee9j3M_qkn8
|
||||
* https://help.fontlab.com/fontlab-vi/Tunni-Lines/
|
||||
* https://github.com/OliverLeenders/Tunni-Lines
|
||||
* https://simoncozens.github.io/beziers.py/source/beziers.path.html
|
||||
@@ -1,10 +1,7 @@
|
||||
package tunni
|
||||
package org.openrndr.extra.shapes.tunni
|
||||
|
||||
import org.openrndr.extra.shapes.adjust.ContourAdjusterEdge
|
||||
import org.openrndr.extra.shapes.adjust.ContourEdge
|
||||
import org.openrndr.extra.shapes.tunni.tunniLine
|
||||
import org.openrndr.extra.shapes.tunni.tunniPoint
|
||||
import org.openrndr.extra.shapes.tunni.withTunniPoint
|
||||
import org.openrndr.math.Vector2
|
||||
import org.openrndr.shape.LineSegment
|
||||
import org.openrndr.shape.Segment
|
||||
|
||||
Reference in New Issue
Block a user