Hacker News new | ask | show | jobs
by neurocat123 1538 days ago
A brilliant tool I once worked with is TetGen; it takes a hollow 3D shape and creates a volumetric, space-filling mesh of the inside using tetrahedra. Most of what is TetGen is in once giant C++ file, clocking in at 36,566 raw SLOC.

https://github.com/libigl/tetgen/blob/master/tetgen.cxx

1 comments

But it’s a class with lots of small methods. Maybe not the same as the single large VB script the OP described.