It is possible to construct an ellipse or a hyperbola by tracing the intersections of offset lines that rotate at the same rate.
Firstly, here's a graph that shows the rotating lines, as well as the tracing of their intersections: https://www.desmos.com/calculator/bjpuuy1i4m. Play the slider $t$ to see the tracing.
Two lines rotate in opposite directions around a single point. At another point, two other lines do the same, but with a 90° offset to the first two lines.
These lines are represented by these four equations:
$y=\tan(t)(x-u)$
$y=-\tan(t)(x-u)$
$y=\cot(t)(x+u)$
$y=-\cot(t)(x+u)$
Where $t$ is the angle of rotation and $u$ is the x-intercept of the line.
For any value of $t$, all intersections between every line is a either a point on the circle $x^2+y^2=u^2$ or a point on the hyperbola $x^2-y^2=u^2$, as long as $u≠0$ .
Why do all of the intersections always fall on a circle or a hyperbola, and how might this construction connect to some of the other constructions of conics?