Lucas-C / mdl-viewer

A Quake model viewer written in Coffeescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDL-Viewer

Try it out at: http://mdl-viewer.jabnix.net

Use

This more than likely will only run on Chrome at the moment. Sorry :(.

Make sure this is run from a web server. Otherwise Chrome will complain with a cross origin request error when trying to load local coffeescript files.

This run from within the project directory should do the trick: python -m SimpleHTTPServer

You can then visit: http://localhost:8000/index.html

Running Tests

Tests can be run by visiting: http://localhost:8000/test.html

About

A Quake model viewer written in Coffeescript


Languages

Language:CoffeeScript 93.0%Language:HTML 4.0%Language:JavaScript 2.7%Language:CSS 0.3%