Skip to content

Commit

Permalink
feat: yjs samples (#11)
Browse files Browse the repository at this point in the history
* feat: yjs samples

* feat: monaco vanilla samples

* chore: update packages
  • Loading branch information
Raspincel authored Oct 18, 2024
1 parent fb6d2c4 commit f352d00
Show file tree
Hide file tree
Showing 228 changed files with 16,244 additions and 326 deletions.
Empty file modified .admin/naming.sh
100644 → 100755
Empty file.
27 changes: 27 additions & 0 deletions js/cdn/autodesk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Autodesk (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/autodesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
1 change: 1 addition & 0 deletions js/cdn/autodesk/public/projectInfo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const sampleInfo = { id: 'superviz-autodesk-cdn-js', name: 'Autodesk (Cdn/JavaScript)' };
27 changes: 27 additions & 0 deletions js/cdn/contextual-comments-autodesk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Contextual Comments Autodesk (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/contextual-comments-autodesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/contextual-comments-canvas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Contextual Comments Canvas (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/contextual-comments-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/contextual-comments-html/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Contextual Comments HTML (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/contextual-comments-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/contextual-comments-matterport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Contextual Comments Matterport (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/contextual-comments-matterport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const sampleInfo = { id: 'superviz-contextual-comments-matterport-cdn-js', name: 'Contextual Comments Matterport (Cdn/JavaScript)' };
27 changes: 27 additions & 0 deletions js/cdn/contextual-comments-threejs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Contextual Comments Threejs (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/contextual-comments-threejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/forms-elements/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Forms Elements (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
6 changes: 3 additions & 3 deletions js/cdn/forms-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superviz-forms-editor-cdn-js",
"name": "superviz-forms-elements-cdn-js",
"version": "1.0.0",
"description": "This is a sample project for the Forms Editor, based on cdn (js), for more information, go to docs.superviz.com",
"description": "This is a sample project for the Forms Elements, based on cdn (js), for more information, go to docs.superviz.com",
"scripts": {
"dev": "npx live-server public/ --host=localhost",
"start": "npx live-server public/ --host=localhost"
Expand All @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
2 changes: 1 addition & 1 deletion js/cdn/forms-elements/public/projectInfo.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sampleInfo = { id: 'superviz-forms-editor-cdn-js', name: 'Forms Editor (Cdn/JavaScript)' };
export const sampleInfo = { id: 'superviz-forms-elements-cdn-js', name: 'Forms Elements (Cdn/JavaScript)' };
27 changes: 27 additions & 0 deletions js/cdn/matterport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Matterport (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/matterport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/mouse-pointers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Mouse Pointers (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/mouse-pointers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
27 changes: 27 additions & 0 deletions js/cdn/real-time-data-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Sample for Real Time Data Engine (Cdn/JavaScript)

### SuperViz SDK

This project hosts samples for SuperViz SDK. To find out more about the SDK itself, please visit [the documentation](https://docs.superviz.com/).

The SDK documentation has extensive sections about [getting started](https://docs.superviz.com/getting-started/quickstart), setting up the SDK, as well as the process of acquiring the required developer key.

## Build and run the samples

You can run this sample with npm:

```bash
npm install
npm start
```

or with Yarn:

```bash
yarn install
yarn start
```

Just make sure that you have the required developer keys in the `.env` file. For that copy the `.env.example` file to `.env` and fill in the values.

You will need Developer Key keys to run the samples on your machines, you therefore should [follow the instructions on these pages](https://docs.superviz.com/getting-started/setting-account) before continuing.
2 changes: 1 addition & 1 deletion js/cdn/real-time-data-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"author": "",
"license": "ISC"
}
}
2 changes: 1 addition & 1 deletion js/cdn/real-time-data-engine/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>SuperViz SDK</title>

<!-- SuperViz SDK -->
<script type="module" src="https://unpkg.com/@superviz/realtime@1.2.0-lab.7/dist/browser/index.js"></script>
<script type="module" src="https://unpkg.com/@superviz/realtime@^1.2.0/dist/browser/index.js"></script>
<!-- Main script, after SDK -->
<script type="module" src="/scripts/main.js"></script>
<link rel="stylesheet" href="/styles/main.css" />
Expand Down
Loading

0 comments on commit f352d00

Please sign in to comment.