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
- Host: GitHub
- URL: https://github.com/chances/libfive-deno
- Owner: chances
- License: mpl-2.0
- Created: 2024-09-06T21:56:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T01:36:45.000Z (8 months ago)
- Last Synced: 2025-01-09T22:23:06.328Z (3 months ago)
- Topics: computational-geometry, constructive-solid-geometry, csg, libfive
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```