Conics
Conics copied to clipboard
An interactive conic visualization app used to record this video.
Conics
An interactive conic visualization app used to record This Video.
Key Bindings
- Space Bar - Advance to the next animation
- Mouse - Click and drag on points to interact (not all points are movable)
- C - Capture a screenshot and save it to the local directory.
- Escape - Exit the app.
Building
Dependencies: SFML 2, Eigen 3.
Building with CMake:
mkdir buildcd buildcmake ..make