/Conics

An interactive conic visualization app used to record this video.

Primary LanguageC++MIT LicenseMIT

Conics

An interactive conic visualization app used to record This Video.

Download (Windows 64bit)

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 build
  • cd build
  • cmake ..
  • make