webglmapview/index.html

66 lines
3.3 KiB
HTML
Raw Normal View History

2016-07-07 14:47:29 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Webglmapview by roblevesque</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
2016-07-14 12:26:49 +00:00
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80748037-1', 'auto');
ga('send', 'pageview');
</script>
2016-07-07 14:47:29 +00:00
</head>
<body>
<div class="wrapper">
<header>
<h1>Webglmapview</h1>
<p>A webGL MapVew alternative for ATSTrekMUSH (A Star Trek themed, text based game)</p>
<p class="view"><a href="https://github.com/roblevesque/webglmapview">View the Project on GitHub <small>roblevesque/webglmapview</small></a></p>
<ul>
<li><a href="https://github.com/roblevesque/webglmapview/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/roblevesque/webglmapview/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/roblevesque/webglmapview">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="mapview-webgl" class="anchor" href="#mapview-webgl" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Mapview WebGL</h1>
<h2>
<a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Introduction</h2>
<p>This is an attempt to throw together a webGL version of the Mapview program (located <a href="http://atsnavmap.startreklover.com/">here</a>) so that folks that have a Mac or other Non-Windows machine can still have a map of the game. </p>
2016-07-14 14:15:45 +00:00
<p>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. </p>
2016-07-14 14:16:28 +00:00
<p>You can access what is currently done by going <a href="https://roblevesque.github.io/webglmapview/mapview/webviewgl.htm">here</a></p>
2016-07-07 14:47:29 +00:00
<h2>
<a id="contributing--comments" class="anchor" href="#contributing--comments" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributing &amp; Comments</h2>
<p>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. </p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/roblevesque">roblevesque</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>