Skip to content

Nulltech/graph_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile OpenMesh

$ cd OpenMesh && mkdir build && cd build && cmake .. && make -j && cd ..

Compile bindings

$ npm install

Test

$ node hello.js