commit 4d983b1a1a1680ec1593df6183136fa12bd86f2d Author: roblevesque Date: Thu Jul 7 10:47:29 2016 -0400 Create gh-pages branch via GitHub diff --git a/index.html b/index.html new file mode 100644 index 0000000..c9eb72c --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ + + + + + + Webglmapview by roblevesque + + + + + + + +
+
+

Webglmapview

+

A webGL MapVew alternative for ATSTrekMUSH (A Star Trek themed, text based game)

+ +

View the Project on GitHub roblevesque/webglmapview

+ + + +
+
+

+Mapview WebGL

+ +

+Introduction

+ +

This is an attempt to throw together a webGL version of the Mapview program (located here) so that folks that have a Mac or other Non-Windows machine can still have a map of the game.

+ +

This is project is by no means official or complete. It is simply ment as a POC at this point. If there is enough interest in this game-side I may continue to develop it to be a fairly complete alternative to the MapView software.

+ +

+Contributing & Comments

+ +

Feel free. I am not a JS developer by any stretch (no really, just look at the code. Frightning) so any desire to contribute or any desire to blast me and call me an idiot for doing X, Y or Z, go for it. I'm only trying to learn.

+
+ +
+ + + + diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i