@bitbybit-dev/base 0.19.1 → 0.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +5 -3
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
## Bit By Bit Developers Base Algorithms for CAD library
|
|
2
2
|
|
|
3
|
+
Visit [bitbybit.dev](https://bitbybit.dev) to use our full cloud platform.
|
|
4
|
+
Best way to support us - [Silver or Gold plan subscription](https://bitbybit.dev/auth/pick-plan)
|
|
5
|
+
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
|
|
6
|
+
|
|
3
7
|
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">
|
|
4
8
|
|
|
5
9
|
This package contains base algorithms for our CAD platform. It has various helper functions for math, text, lists, vectors, matrix operations. It also contains some base types used accross bitbybit.dev platform on higher levels. This layer should be kept as lightweight as possible and ideally not contain any third-party dependencies as they just add to the weight and complexity.
|
|
6
10
|
|
|
7
|
-
This package is already used or will be used in these packages:
|
|
8
11
|
|
|
12
|
+
This package is already used or will be used in these packages:
|
|
9
13
|
|
|
10
14
|
[@bitbybit-dev/babylonjs](https://www.npmjs.com/package/@bitbybit-dev/babylonjs)
|
|
11
15
|
[@bitbybit-dev/threejs](https://www.npmjs.com/package/@bitbybit-dev/threejs)
|
|
@@ -20,8 +24,6 @@ This package is already used or will be used in these packages:
|
|
|
20
24
|
|
|
21
25
|
This package should work in Node and browser based applications and should provide generic layer which could be helpful to all higher-level CAD algorithms and kernels. Algorithms of this base layer are also exposed on our bitbybit.dev Rete, Blockly & Monaco editors.
|
|
22
26
|
|
|
23
|
-
Visit https://bitbybit.dev to use our full cloud platform.
|
|
24
|
-
|
|
25
27
|
## Github
|
|
26
28
|
https://github.com/bitbybit-dev/bitbybit/tree/master/packages/dev/base
|
|
27
29
|
## NPM
|