Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 593 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 593 Bytes

Spin the . . . Black Circle

A Minimal Circle Problem visualizer using the nannou toolkit.

Usage

Set the points coordinates in the POINTS constant in main.rs using the Point struct.

Any coordinate whose position vector's module is bigger than WIN_SIZE/2 units won't be shown on screen. The center of the coordinate plane is in the center of the window.

Example

Example1