|
2 | 2 |
|
3 | 3 | <img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform"> |
4 | 4 |
|
5 | | -This project exposes 3D algorithms based on manifold-3d 3D CAD kernel via webworker. Manifold project is developed by Emmett Lalish, you can find it on https://github.com/elalish/manifold. Bit By Bit Developers platform integrates this kernel into it's platform via this library. Currently we try to expose Manifold library 1:1 in terms of functionality through our structured API, but as time goes we will have more unique algorithms in this package, which will be tuned specifically to our users. |
| 5 | +This project exposes 3D algorithms based on manifold-3d 3D CAD kernel via webworker. Manifold project is developed by Emmett Lalish and Chun Kit LAM, you can find it on https://github.com/elalish/manifold. Bit By Bit Developers platform integrates this kernel into it's platform via this library. Currently we try to expose Manifold library 1:1 in terms of functionality through our structured API, but as time goes we will have more unique algorithms in this package, which will be tuned specifically to our users. |
6 | 6 |
|
7 | 7 | This package should be used in browser based applications. If you want to use our manifold library in Node apps, consider checking @bitbybit-dev/manifold npm package, which this library wraps through webworker. |
8 | 8 |
|
9 | 9 | Visit https://bitbybit.dev to use our full cloud platform. |
10 | 10 |
|
11 | 11 | ## Github |
12 | | -https://github.com/bitbybit-dev/bitbybit/tree/master/packages/dev/manifold |
| 12 | +https://github.com/bitbybit-dev/bitbybit/tree/master/packages/dev/manifold-worker |
13 | 13 | ## NPM |
14 | | -https://www.npmjs.com/package/@bitbybit-dev/manifold |
| 14 | +https://www.npmjs.com/package/@bitbybit-dev/manifold-worker |
15 | 15 |
|
16 | | -## THREEJS Example Applications |
17 | | -Vase |
18 | | -https://app-store.bitbybit.dev/vase |
19 | | -Github Source Code - https://github.com/bitbybit-dev/app-examples/tree/main/react/threejs/vase |
| 16 | +## THREEJS Example Applications Using Manifold |
| 17 | +[Manifold Sliced Mesh](https://app-store.bitbybit.dev/manifold-sliced-mesh/) |
| 18 | +[Github Source Code](https://github.com/bitbybit-dev/app-examples/blob/main/webpack/threejs/src/code/manifold-sliced-mesh.ts) |
| 19 | + |
| 20 | +## Other THREEJS Applications |
| 21 | +[Vase](https://app-store.bitbybit.dev/vase) |
| 22 | +[Github source code](https://github.com/bitbybit-dev/app-examples/tree/main/react/threejs/vase) |
20 | 23 |
|
21 | 24 | ## Other Example Applications |
22 | | -Laptop Holder |
23 | | -https://app-store.bitbybit.dev/laptop-holder |
24 | | -Github Source Code Angular - https://github.com/bitbybit-dev/app-examples/tree/main/angular/laptop-holder |
25 | | -Github Source Code React - https://github.com/bitbybit-dev/app-examples/tree/main/react/laptop-holder |
| 25 | +[Laptop Holder](https://app-store.bitbybit.dev/laptop-holder) |
| 26 | +[Github Source Code Angular](https://github.com/bitbybit-dev/app-examples/tree/main/angular/laptop-holder) |
| 27 | +[Github Source Code React](https://github.com/bitbybit-dev/app-examples/tree/main/react/laptop-holder) |
26 | 28 |
|
27 | | -Cup Configurator |
28 | | -https://app-store.bitbybit.dev/cup |
29 | | -Github Source Code - https://github.com/bitbybit-dev/app-examples/tree/main/react/cup |
| 29 | +[Cup Configurator](https://app-store.bitbybit.dev/cup) |
| 30 | +[Github Source Code](https://github.com/bitbybit-dev/app-examples/tree/main/react/cup) |
30 | 31 |
|
31 | 32 | ## Closed Source Example Applications |
32 | | -https://app-store.bitbybit.dev/terrace-furniture |
| 33 | +[Terrace Furniture](https://app-store.bitbybit.dev/terrace-furniture) |
33 | 34 |
|
34 | 35 | ## Build package |
35 | 36 | npm run build-p |
|
0 commit comments