Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangeutan/three-mcmodel
Minecraft model loader for threejs
https://github.com/orangeutan/three-mcmodel
Last synced: 3 months ago
JSON representation
Minecraft model loader for threejs
- Host: GitHub
- URL: https://github.com/orangeutan/three-mcmodel
- Owner: OrangeUtan
- License: mit
- Created: 2021-04-19T16:26:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T09:45:12.000Z (over 1 year ago)
- Last Synced: 2024-04-24T22:42:58.976Z (8 months ago)
- Language: TypeScript
- Size: 779 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# three-mcmodel
[![License][]](https://opensource.org/licenses/MIT)
[![NPM Package][]](https://npmjs.org/package/@oran9e/three-mcmodel)[License]: https://img.shields.io/badge/License-MIT-blue.svg
[NPM Package]: https://img.shields.io/npm/v/@oran9e/three-mcmodel.svgMinecraft model loader for [threejs](https://threejs.org/)
## Install
``` shell
npm install @oran9e/three-mcmodel
```## Use
``` typescript
import { threeMcmodel } from '@oran9e/three-mcmodel'
```