Skip to content

DrCurry/ConnectTheDots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connectingLines
uses python 3.4.3 (windows) and pygame version 1.9.2a0

Creates a bunch for points on screen with random x,y coordinates. Then calculates the distance from the first point to all other point
and if the distance btwn them is less then threshold a line is drawn connecting them. Then it moves to the second point 
repeating the process.



08/26/2016:

Issues
When program is running cant close the window to exit. (not a big problem) real pain when there are lots of points
Possible solution, have the window closing event run on a seperate thread

Work in progress
Create a function for the distance formula

About

Some fancy way of connecting lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages