Skip to content

dodecaphonic/mesherator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesherator

Generates Delaunay Triangulated meshes using both pure Ruby and a very optimized C library. It sports a Ruby library with a very small surface (hardly production-ready).

Created to illustrate what ruby-ffi can do for you for Ruby on Rio's February 2013 meetup.

Running

$ bundle install
$ rake run

rake run will automatically download and compile Shewchuk's Triangle for your platform before running (tested on Ubuntu 12.04, 12.11 and Mac OS X 10.8).

About

Triangulate stuff fast and slow using ruby and Shewchuk's triangle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published