Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wowserhq/scene
- Owner: wowserhq
- License: mit
- Created: 2023-12-25T04:24:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T13:55:29.000Z (9 months ago)
- Last Synced: 2024-11-04T23:21:53.155Z (about 2 months ago)
- Topics: threejs, wow
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
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.