Skip to content

Commit cfcbb26

Browse files
readme update
1 parent 469b8cd commit cfcbb26

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

README.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,64 @@
22

33
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">
44

5-
These app examples are meant to show how bitbybit-core and bitbybit-occt npm packages can be used to create 3D models on the browser and on the server.
6-
bitbybit-core library works only on the browser and is dependant on many great 3D libraries. bitbybit-occt library is much more versatile and can be used both on the nodejs and browser applications.
5+
These app examples are meant to show how bitbybit npm packages can be used to create 3D models on the browser and on the server.
6+
Core, babylonjs and threejs libraries work only on the browser and are dependant on many great 3D libraries. bitbybit-occt library is much more versatile and can be used both on the nodejs and browser applications.
77

88
Visit https://bitbybit.dev to use our full cloud platform.
99

1010
# App Example Frameworks
11-
For browser based applications we provide few examples using bitbybit-core library by using most popular frameworks such as React and Angular. For Node based applications we provide express server app example and a simple node example.
11+
We present examples with full integration for the most popular frameworks, such as Angular, React, NextJS, Nuxt, NodeJS with Express. Whenever possible we try to build a valid 3D model configurator, using either babylonjs or threejs game enegines for representation.
1212

1313
# Github
1414
https://github.com/bitbybit-dev/app-examples
1515

16-
1716
# NPM
18-
CORE
19-
https://www.npmjs.com/package/@bitbybit-dev/core
20-
OCCT
21-
https://www.npmjs.com/package/@bitbybit-dev/occt
17+
BABYLONJS
18+
https://www.npmjs.com/package/@bitbybit-dev/babylonjs
19+
THREEJS
20+
https://www.npmjs.com/package/@bitbybit-dev/threejs
21+
CORE
22+
https://www.npmjs.com/package/@bitbybit-dev/core
23+
OCCT WORKER
24+
https://www.npmjs.com/package/@bitbybit-dev/occt-worker
25+
OCCT
26+
https://www.npmjs.com/package/@bitbybit-dev/occt
2227

2328
# Example Applications
29+
30+
Visit this page to find short overview of all the configurators built so far
31+
https://app-store.bitbybit.dev
32+
33+
Patterns
34+
THREEJS: https://app-store.bitbybit.dev/patterns
35+
Github Source Code - https://github.com/bitbybit-dev/app-examples/blob/main/webpack/threejs/src/code/patterns.ts
36+
2437
Laptop Holder
25-
https://app-store.bitbybit.dev/laptop-holder
38+
BABYLONJS: https://app-store.bitbybit.dev/laptop-holder
2639
Github Source Code Angular - https://github.com/bitbybit-dev/app-examples/tree/main/angular/laptop-holder
2740
Github Source Code React - https://github.com/bitbybit-dev/app-examples/tree/main/react/laptop-holder
2841

2942
<img src="https://app.bitbybit.dev/assets/laptop-holder.png" alt="Laptop Holder Configurator">
3043

31-
THREEJS 3D Printable Vase
32-
https://app-store.bitbybit.dev/bitbybit-threejs
44+
3D Printable Vase
45+
THREEJS: https://app-store.bitbybit.dev/bitbybit-threejs
3346
Github Source Code - https://github.com/bitbybit-dev/app-examples/tree/main/react/bitbybit-threejs
3447

35-
<img src="https://app.bitbybit.dev/assets/bitbybit-threejs.png" alt="ThreeJS Vase Configurator">
48+
<img src="https://app.bitbybit.dev/assets/bitbybit-threejs.png" alt="ThreeJS Vase Configurator">
3649

3750
Cup Configurator
38-
https://app-store.bitbybit.dev/cup
51+
BABYLONJS: https://app-store.bitbybit.dev/cup
3952
Github Source Code - https://github.com/bitbybit-dev/app-examples/tree/main/react/cup
4053

54+
Cup Configurator
55+
THREEJS: https://app-store.bitbybit.dev/cup-three
56+
Github Source Code - https://github.com/bitbybit-dev/app-examples/blob/main/webpack/threejs/src/code/cup.ts
57+
4158
<img src="https://app.bitbybit.dev/assets/cup.png" alt="Cup Configurator">
4259

4360
Other Closed Source Apps We Built
4461
Terrace Furniture
45-
https://app-store.bitbybit.dev/terrace-furniture
62+
BABYLONJS: https://app-store.bitbybit.dev/terrace-furniture
4663

4764
<img src="https://app.bitbybit.dev/assets/terrace.png" alt="Terrace Furniture Configurator">
4865

@@ -51,7 +68,7 @@ tsc -p tsconfig.bitbybit.json
5168

5269
# Media Channels
5370
Discord: https://discord.gg/GSe3VMe
54-
Youtube: https://www.youtube.com/channel/UCWM0VODRsLYOjB2IAaFHBSQ
71+
Youtube: https://www.youtube.com/@bitbybitdev?sub_confirmation=1
5572
Instagram: https://www.instagram.com/bitbybit.dev
5673
Twitter: https://twitter.com/bitbybit_dev
5774
LinkedIn: https://lnkd.in/gQjEQA2
@@ -65,4 +82,4 @@ Bit By Bit Developers company will keep these core algorithms that you can find
6582
Bit By Bit Developers web platform allows creators to program geometry through simple visual programming language or choose monaco typescript editor with full intellisense of bitbybit API. This cloud platform can fulfil many practical, educational and artistic needs of its users. Through familiar programming interface used in tools such as Scratch and Blockly.Games we expose powerful 3D algorithms that make it easier to implement various parametric tasks. Our goal is to make it very simple for users to share their ideas and designs. We want to encourage everyone to engage in the future of this tool.
6683

6784
# Major Dependencies
68-
BabylonJS, Blockly, OpenCascade, JSCAD, Verbnurbs
85+
BabylonJS, ThreeJS, OpenCascade, JSCAD, Verbnurbs, React, Angular, NextJS, Nuxt, Webpack, NodeJS

0 commit comments

Comments
 (0)