https://github.com/deepnest-next/node-calculatenfp
A core component of deepnest.
https://github.com/deepnest-next/node-calculatenfp
calculation deepnest nfp nodejs
Last synced: 4 months ago
JSON representation
A core component of deepnest.
- Host: GitHub
- URL: https://github.com/deepnest-next/node-calculatenfp
- Owner: deepnest-next
- Created: 2024-12-20T10:33:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T00:34:40.000Z (6 months ago)
- Last Synced: 2025-01-23T03:48:33.174Z (5 months ago)
- Topics: calculation, deepnest, nfp, nodejs
- Language: C++
- Homepage:
- Size: 241 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# node-calculatenfp
:warning: work in progress
This is one of the core libs of deepnest.
It will be build only for the version we currently need and support.
### Build on Windows:
You need the latest Version of `Visual Studio` at this moment 2022.
Install the Desktop C++ Environment and also enable all - at moment of writing - `v143` module (latest) ATL for x86, x84 and arm64
Then run `build-windows.ps1` in your powershell.### Build on Linux:
Make sure you have installed nodejs, npm and basic build environment.
Then run `build-linux.sh`Currently Supported: glibc (build on Ubuntu) and musl (build on Alpine) based hosts.
:info: We plan to cross-build once we need it. _hint: use linux with binfmt and use a node docker image and run it with platform arg..._
### Build on MacOS:
Make sure you have installed nodejs, npm and basic build environment.
Then run `build-macos.sh`