• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An interactive conic visualization app used to record this video.

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