Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wowserhq/scene

Three.js rendering classes for World of Warcraft model formats
https://github.com/wowserhq/scene

threejs wow

Last synced: about 1 month ago
JSON representation

Three.js rendering classes for World of Warcraft model formats

Awesome Lists containing this project

README

        

# Wowser Scene

[![join community](https://img.shields.io/badge/discord-join_community-blue.svg?style=flat)](https://discord.com/invite/DeVVKVg)
[![npm](https://img.shields.io/npm/v/%40wowserhq%2Fscene)](https://www.npmjs.com/package/@wowserhq/scene)
[![ci status](https://github.com/wowserhq/scene/actions/workflows/ci.yml/badge.svg)](https://github.com/wowserhq/scene/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/wowserhq/scene/graph/badge.svg?token=6X4JBB54YI)](https://codecov.io/github/wowserhq/scene)

Three.js rendering classes for World of Warcraft model formats.

## Usage

To install Wowser Scene:

```sh
npm install @wowserhq/scene
```

Wowser Scene has two dependencies: it uses `@wowserhq/format` to load model formats, and `three`
to render said formats in modern browsers using WebGL 2. There is no use of native modules.

## License

Except where otherwise noted, Wowser Scene is copyright © 2023 Wowser Contributors. It is licensed
under the **MIT license**. See `LICENSE` for more information.

Wrath of the Lich King is a trademark, and World of Warcraft and Warcraft are trademarks or
registered trademarks of Blizzard Entertainment, Inc., in the U.S. and/or other countries.