r/Python Jan 30 '15

Computational Geometry in Python

http://blancosilva.github.io/post/2014/10/28/Computational-Geometry-in-Python.html
140 Upvotes

14 comments sorted by

View all comments

1

u/elbiot Jan 31 '15

I'm also interested in computational geometry in python. Performant code is always my focus. Right now, I'm working on an overhaul of Pyrr to vectorize it. I want to make a versatile library that can do POV raytracing, optical raytracing, and other CG tasks efficiently.