An open API service indexing awesome lists of open source software.

https://github.com/create3000/x_ite-spz-parser

3DGS SPZ File Format Parser for X_ITE
https://github.com/create3000/x_ite-spz-parser

3d 3dgs browser javascript node spz x3d

Last synced: about 1 month ago
JSON representation

3DGS SPZ File Format Parser for X_ITE

Awesome Lists containing this project

README

          

# x_ite-spz-parser

[![npm Version](https://img.shields.io/npm/v/x_ite-spz-parser)](https://www.npmjs.com/package/x_ite-spz-parser)
[![Build Size](https://img.shields.io/bundlephobia/minzip/x_ite-spz-parser)](https://bundlephobia.com/package/x_ite-spz-parser)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/x_ite-spz-parser/badge?style=rounded)](https://create3000.github.io/jsdelivr-download-stats/?username=create3000&repository=x_ite)
[![npm Downloads](https://img.shields.io/npm/dm/x_ite-spz-parser)](https://npmtrends.com/x_ite-spz-parser)

3DGS SPZ File Format Parser for [X_ITE](https://create3000.github.io/x_ite/)

## Usage

Include the script after X_ITE:

```html

```

Now you can load 3DGS SPZ files:

```html

```

You can also install it from npm:

```sh
npm i x_ite-spz-parser
```

## Converter

Look at the bottom part of the following page, there is a converter: https://www.nianticspatial.com/blog/spz4

## License

x_ite-spz-parser is free software and licensed under the [MIT License](LICENSE.md).