Skip to content

Commit dbdc201

Browse files
committed
update readme and version
1 parent 430a9c2 commit dbdc201

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
![](https://github.com/triedeti/ThreeDigitalTwin/blob/master/docs/img/digitaltwin.gif?raw=true)
1+
# Three Digital Twin
2+
3+
This is a ThreeDigitalTwin. A starter kit for our IoT Project based on 3D WebGL.
24

3-
## Welcome to Three Digital Twin
5+
As you can see here, to improve performance when creating complex scenes with ThreeDigitalTwin, our library move the render away from the main thread into a Web worker with OffscreenCanvas.
46

5-
The Digital Twin Starter Kit for IoT Project
7+
![](https://github.com/triedeti/ThreeDigitalTwin/blob/master/docs/img/digitaltwin_main.gif?raw=true)
68

9+
## Disclaimer
710

8-
### Examples
11+
It was our sole intention to contribute to the community what we had to do to get this to work on our own projects ❤️
12+
13+
## Quickstart
914

1015
Coming soon
1116

17+
## Examples
18+
19+
![](https://github.com/triedeti/ThreeDigitalTwin/blob/master/docs/img/digitaltwin.gif?raw=true)
20+
21+
Coming soon
1222

1323
## Contributing
1424

docs/img/digitaltwin_main.gif

26.3 MB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triedeti/threedigitaltwin",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"main": "dist/threedigitaltwin.js",
55
"scripts": {
66
"build": "npm install"
@@ -33,4 +33,4 @@
3333
"url": "https://github.com/triedeti/ThreeDigitalTwin/issues"
3434
},
3535
"homepage": "https://github.com/triedeti/ThreeDigitalTwin#readme"
36-
}
36+
}

0 commit comments

Comments
 (0)