Skip to content

Uses jbinary, jdataview and three.js to render SOBJECT files.

Notifications You must be signed in to change notification settings

LiamKarlMitchell/TS1ModelViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TS1 Model Viewer

This project is an attempt to parse and view models from Twelve Sky. Although it might also work with other SOBJECT files.

See issues tagged with enhancement for a plan of things to come.

Tech

Dillinger uses a number of open source projects to work properly:

  • [Three.js] - awesome webgl rendering thing.
  • [jbinary] - a way to read / write binary data in browser.
  • [jdataview] - a way to specify a view on binary data. Lets us do some complicated structures.

Installation

Set it up on a web server of some kind. If desired add an assets directory and symlink it to your game directory.

Development

Want to contribute? Great!

If you want to work out file format related things a hex editor and knowldge of 3D file formats would be handy. There is great info on this around the net.

License

MIT maybe? not sure.

About

Uses jbinary, jdataview and three.js to render SOBJECT files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published