An open API service indexing awesome lists of open source software.

https://github.com/chances/libfive-deno

Deno bindings to libfive, a library and set of tools for solid modeling, especially suited for parametric and procedural design
https://github.com/chances/libfive-deno

computational-geometry constructive-solid-geometry csg libfive

Last synced: about 2 months ago
JSON representation

Deno bindings to libfive, a library and set of tools for solid modeling, especially suited for parametric and procedural design

Awesome Lists containing this project

README

        

# libfive for Deno

[Deno](https://deno.land) bindings and an idiomatic wrapper of [libfive](https://github.com/libfive/libfive/tree/master),
a library and set of tools for solid modeling, especially suited for parametric
and procedural design.

## Development

```shell
make libfive
make gen
```

### Windows

1. Install [Chocolatey](https://chocolatey.org/install)
2. Install GNU make:

```shell
choco install -y make
```