https://github.com/virtualritz/libfive-rs
Rust wrapper for libfive.
https://github.com/virtualritz/libfive-rs
Last synced: about 1 year ago
JSON representation
Rust wrapper for libfive.
- Host: GitHub
- URL: https://github.com/virtualritz/libfive-rs
- Owner: virtualritz
- Created: 2021-01-18T01:23:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T01:29:18.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:38:01.164Z (about 2 years ago)
- Language: Rust
- Homepage: https://libfive.com
- Size: 926 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `libfive` 
A Rust wrapper for [*libfive*](https://libfive.com/).
> **⚠** ***This is not maintained any more!***
>
> *You probably want to look at [`fidget`](https://github.com/mkeeter/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`](https://github.com/virtualritz/libfive-rs/tree/master/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
```shell
git submodule update --init
```
to pull them in.