Skip to content

erdavids/Circle-Packing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Circle Packing / Tutorial

My attempt at making brute force circle packing more efficient. Each circle avoids collision by validating the distance between circle centers is greater than the sum of their radii. Utilizing a grid and only comparing against neighboring cells resulted in significant performance increases.

If you want to run this project yourself, make sure to download Processing. Feel free to reach out to thebuffed@gmail.com if you have any questions.

Other links:

Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages