You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
544 B
Markdown

4 years ago
# Morrowind Three.JS
4 years ago
A project that takes morrowind's player heads and shows it on a webpage - [see it live](https://zt.je/mw/)
4 years ago
4 years ago
![](examples/Z9x9jF6.png) ![](examples/ZmJe6PQ.png)
4 years ago
## Requirements
- pyFFI
- PIL / Pillow
4 years ago
- yarn / npm
# Setup
```bash
cd [project]
# Generate JSON meshes
./script/export_nif.py [morrowind]/Data\ Files/Meshes/b [morrowind]/Data\ Files/Textures public/blob
4 years ago
# Pack JS
yarn
yarn webpack
# Run dev http server via PHP e.g.
cd public;
php -S 0:8888;
```
meshes.json is not included because it's easily around 15MB