Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 797 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 797 Bytes

libfive libfive logo

A Rust wrapper for libfive.

This is not maintained any more!

You probably want to look at fidget instead if you're looking for SDF/implict surfaces in Rust.

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.