lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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