[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: new library for Boolean operations on polygons
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 13 Mar 2004 17:57:24 -0300
I've written a library for Boolean operations on polygons for Lua 5.0.
It is based on gpc, a nice C library written by Alan Murta and available at
http://www.cs.man.ac.uk/aig/staff/alan/software/
My library is called lgpc and is available at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Enjoy.
--lhf