Skip to content

virtualritz/libfive-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfive libfive logo

A Rust wrapper for libfive.

For more information on the high level wrapper see the README in the libfive folder.

The repositoy comes with minimal dependencies. libfive is tracked as a Git submodule under libfive-sys/libfive.

Either clone with --recursive or, if you already cloned and forgot, simply do a

git submodule update --init

to pull them in.