Skip to content

A node.js module providing access to parts of the CGAL computational geometry library (non-SWIG).

License

Notifications You must be signed in to change notification settings

fluxio/node-cgal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-cgal

Build Status

A node.js module providing access to parts of the CGAL computational geometry library (non-SWIG).

  • Prerequisite: you will need to have the CGAL libraries and headers installed on your build and test machines for this. CGAL sources can be downloaded from cgal.org, and built and installed by following the directions there. This release has been developed and tested against CGAL release 4.4.

  • To install and test locally, do "npm install", and "npm test" in this directory.

  • To install into and test within a different node application, change to the target application's top level directory and do "npm install " and "npm test cgal".

  • Shell variables CGAL_GYP_INCLUDES, CGAL_GYP_CXXFLAGS, and CGAL_GYP_LDFLAGS can be used to pass additional options to the bindings build (e.g. to point to CGAL includes and libs installed in non-standard locations or off the system include/library paths.)

More soon (work in progress...)

About

A node.js module providing access to parts of the CGAL computational geometry library (non-SWIG).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published