Skip to content

karimbahgat/Clippy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clippy

Polygon clipping in pure Python. Various implementations including Kim-Kim's degeneracy extension of Greiner-Horman, an abondoned version of the Forster-Overfelt extension of G&H (after discovering their proposed algorithm was flawed to begin with), Vatti, and Martinez et al. Some of these are copied directly from existing libs. Partly for educational purposes and partly for portable pure-Python clipping.

Karim Bahgat 2016

Status

No high-level user API yet. Implementations are roughly complete, but seem to contain mistakes as none of the algorithms work correctly. Lots of debugging needed.

About

Polygon clipping in pure Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.6%
  • C++ 11.4%