Skip to content
forked from fluxio/node-cgal

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

fritzm/node-cgal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 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.14 and node version 12.

  • 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).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • JavaScript 13.6%
  • Jupyter Notebook 3.8%
  • Python 1.6%
  • Other 1.2%