Skip to content

Commit 519b367

Browse files
committed
Bump Readme. Remove 2.0.0 preview references
1 parent ea56ee7 commit 519b367

2 files changed

Lines changed: 4 additions & 26 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
</picture>
2727
</a>
2828

29-
> ## Spark 2.0 Preview
30-
>
31-
> Spark 2.0 Developer Preview is now available!
32-
> - [Read the docs](https://sparkjs.dev/2.0.0-preview/docs/)
33-
> - [Check out the preview branch](https://github.com/sparkjsdev/spark/tree/v2.0.0-preview)
34-
>
35-
> Version 2.0 is a major rewrite of the renderer to enable huge worlds made of dynamic 3D Gaussian Splats. It's a complete solution for creating, streaming, and rendering huge 3DGS worlds on the web on any device. It is mostly backward compatible with with Spark 0.1.*.
36-
>
37-
> Read about all the [New Features in 2.0](https://sparkjs.dev/2.0.0-preview/docs/new-features-2.0/), learn how to migrate in our [1.0 → 2.0 Migration Guide](https://sparkjs.dev/2.0.0-preview/docs/0.1-2.0-migration-guide/), and get started quick with our [Level-of-Detail system](https://sparkjs.dev/2.0.0-preview/docs/lod-getting-started/).
38-
39-
> New [Spark 2.0 examples](https://sparkjs.dev/2.0.0-preview/examples/) have been added, including [huge streaming LoD worlds](https://sparkjs.dev/2.0.0-preview/examples/#streaming-lod) and [streaming multiple simultaneous LoD worlds](https://sparkjs.dev/2.0.0-preview/examples/#multi-lod).
40-
4129
## Features
4230

4331
- Integrates with THREE.js rendering pipeline to fuse splat and mesh-based objects
@@ -64,8 +52,8 @@ Copy the following code into an `index.html` file.
6452
<script type="importmap">
6553
{
6654
"imports": {
67-
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178.0/three.module.js",
68-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.10/spark.module.js"
55+
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.180.0/three.module.js",
56+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/2.0.0/spark.module.js"
6957
}
7058
}
7159
</script>
@@ -102,8 +90,8 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
10290
<script type="importmap">
10391
{
10492
"imports": {
105-
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178.0/three.module.js",
106-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.9/spark.module.js"
93+
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.180.0/three.module.js",
94+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/2.0.0/spark.module.js"
10795
}
10896
}
10997
</script>

docs/docs/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Getting Started
22

3-
> ## Spark 2.0 Preview
4-
>
5-
> Spark 2.0 Developer Preview is now available! Expect continued updates to documentation and minor code changes and fixes, but the core functionality and API should be stable enough for development.
6-
>
7-
> Read about the new features on the [New Features in 2.0](new-features-2.0/) page. Learn how to use the new Level-of-Detail system on the [Spark Level-of-Detail](lod-getting-started/) page.
8-
>
9-
> v2.0.* is mostly backwards compatible with v0.1.*, with breaking changes described in [1.0 → 2.0 Migration Guide](0.1-2.0-migration-guide/).
10-
>
11-
> The source is on GitHub under the [`v2.0.0-preview` branch](https://github.com/sparkjsdev/spark/tree/v2.0.0-preview) of the `sparkjsdev/spark` repository.
12-
133
## Quick Start
144

155
Copy and paste code below in an `index.html` file or remix in the [Web Playground](https://stackblitz.com/edit/spark?file=index.html)

0 commit comments

Comments
 (0)