UNPKG

@bitbybit-dev/core

Version:

Bit By Bit Developers Core CAD API to Program Geometry

93 lines (62 loc) 5.12 kB
# @bitbybit-dev/core Core assembly layer for [Bitbybit](https://bitbybit.dev) CAD platform - combines all geometry kernels (OCCT, JSCAD, Manifold) into a unified API and provides additional cross-kernel features. <img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform"> ## Overview This package assembles the various Bitbybit kernel packages and provides additional features that combine all CAD kernels. It is the central integration point used by engine-specific packages like `@bitbybit-dev/babylonjs`, `@bitbybit-dev/threejs`, and `@bitbybit-dev/playcanvas`. > **Note**: If you used this package prior to v0.18.0, please switch to the engine-specific package for your renderer (e.g. `@bitbybit-dev/babylonjs`). ## Quick Start The fastest way to scaffold a project using Bitbybit packages: ```bash npx @bitbybit-dev/create-app my-project --engine babylonjs cd my-project npm install npm run dev ``` This creates a complete Vite + TypeScript project with all CAD kernels pre-configured. [Learn more about the CLI](https://learn.bitbybit.dev/learn/npm-packages/intro). ### Need Server-Side CAD? The CLI first asks you to choose between a **Frontend** app or a **CAD Cloud** app. Select "cloud" to scaffold a full-stack project with a backend (Hono on Cloudflare Workers, Node.js Express, or ASP.NET Core) and a React + Three.js frontend. Your API key stays on the server and the frontend proxies requests through your backend: ```bash npx @bitbybit-dev/create-app my-cloud-project --type cloud ``` Choose from 5 backend templates: Hono + SDK, Hono + REST, Node.js + SDK, Node.js + REST, or .NET + REST. Each includes ready-to-run examples with model generation, batch operations, and [CAD pipelines](https://learn.bitbybit.dev/api/sdk/typescript/pipelines). [Learn more](https://learn.bitbybit.dev/api/cloud-api). ## Links | Resource | URL | |----------|-----| | **GitHub** | https://github.com/bitbybit-dev/bitbybit/tree/master/packages/dev/core | | **Monorepo** | https://github.com/bitbybit-dev/bitbybit | | **NPM** | https://www.npmjs.com/package/@bitbybit-dev/core | | **Documentation** | https://learn.bitbybit.dev/learn/npm-packages/intro | ## Example Applications | App | Source Code | |-----|-------------| | [Hex Shell](https://learn.bitbybit.dev/learn/npm-packages/threejs/advanced-parametric-3d-model) | [GitHub](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/hex-shell) | | [Cup Configurator](https://app-store.bitbybit.dev/cup) | [GitHub](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/cup) | | [Hex House Concept](https://learn.bitbybit.dev/learn/npm-packages/threejs/hex-house-concept) | [GitHub](https://github.com/bitbybit-dev/bitbybit/tree/master/examples/vite/threejs/hex-house-concept) | | [Terrace Furniture](https://app-store.bitbybit.dev/terrace-furniture) (BabylonJS) | Closed source | ## Development ```bash # Build package tsc -p tsconfig.bitbybit.json ``` ## Bitbybit Platform Beyond NPM packages, Bitbybit offers: - **[Visual Programming Editors](https://bitbybit.dev)** - Rete & Blockly drag-and-drop 3D modeling, plus a Monaco TypeScript editor - **[CAD Cloud API](https://learn.bitbybit.dev/api/cloud-api)** - Build full [pipelines](https://learn.bitbybit.dev/api/sdk/typescript/pipelines) that compose all Bitbybit algorithms, where each step can reference outputs of previous steps. Supports parametric model generation, STEP-to-glTF conversion, and complex CAD workflows via HTTP - **[Bitbybit Studio](https://studio.bitbybit.dev)** - A growing visual dashboard where API Key users can generate models, convert files, build [pipelines with a GUI](https://learn.bitbybit.dev/api/studio/intro), inspect tasks, and preview 3D results - **[3D Bits for Shopify](https://apps.shopify.com/3d-bits-1)** - Interactive 3D product configurators for e-commerce - **[Script Runners](https://learn.bitbybit.dev/learn/runners/intro)** - Execute visual scripts directly on your website - **[AI-Assisted Development](https://learn.bitbybit.dev/learn/using-ai-with-bitbybit/intro)** - Context files for GitHub Copilot, Claude, and ChatGPT - **[Business & Enterprise](https://bitbybit.dev/b2b)** - We help businesses and enterprises develop custom applications and spin up optimized CAD tenant workflows on our managed servers ## Support the Project This package is part of the open-source Bitbybit ecosystem. Your subscription helps fund continued development. ⭐ **[Subscribe - Silver or Gold plan](https://bitbybit.dev/auth/pick-plan)** | **[Get API Key for CAD Cloud](https://bitbybit.dev/auth/pick-plan?api-keys=true)** ## Community - [Discord](https://discord.gg/GSe3VMe) - [YouTube](https://www.youtube.com/@bitbybitdev?sub_confirmation=1) - [LinkedIn](https://www.linkedin.com/company/bitbybit-dev) - [X (Twitter)](https://x.com/bitbybit_dev) - [Blog](https://learn.bitbybit.dev/blog) ## Major Dependencies BabylonJS, ThreeJS, PlayCanvas, OpenCascade, JSCAD, Manifold, Verbnurbs ## License MIT © [Bit By Bit Developers](https://bitbybit.dev)