diff --git a/README.md b/README.md index e58387388b..c8cfee0300 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,10 @@ The [legacy maptalks library](https://github.com/maptalks/maptalks-canvas) will ## About -maptalks-gl will be a pure WebGL driven map engine with performance and rich features in 3D. +maptalks-gl will be a pure WebGL driven map engine with performance and rich features in 3D. maptalks-gl is in active development now, and will be officially published in few months. With consistent API upgrade, you can easily migrate from [legacy maptalks](https://github.com/maptalks/maptalks-canvas) to maptalks-gl. (TBD) -maptalks-gl is in active development stage now, and will be officially published in few months. - If you are interested in what is going on, please refer to the previous [releases notes](https://github.com/fuzhenn/maptalks-gl-layers/releases/) of maptalks-gl. ## Features @@ -116,15 +114,16 @@ import '@maptalks/transcoders.ktx2'; or with umd bundle: ```html + ``` -## Packages +## Packages introductions -### basic librarys +### basic libraries * `gltf-loader` gltf format parsing library. * `reshader.gl` A regl-based implementation of the 3D rendering interface, including renderer, scene, mesh, material and other commonly used rendering base classes and predefined rendering materials, such as PBR. @@ -166,7 +165,7 @@ Currently this project is using pnpm@9.x. ```shell pnpm i -`` +``` ### Compile