Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.
/ morrowinds-heads Public archive

A project that takes morrowind's player heads and shows it on a webpage

License

Notifications You must be signed in to change notification settings

teamnwah/morrowinds-heads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morrowind Three.JS

A project that takes morrowind's player heads and shows it on a webpage - see it live

Requirements

  • pyFFI
  • PIL / Pillow
  • yarn / npm

Setup

cd [project]
# Generate JSON meshes
./script/export_nif.py [morrowind]/Data\ Files/Meshes/b [morrowind]/Data\ Files/Textures public/blob
# 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

About

A project that takes morrowind's player heads and shows it on a webpage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published