pocket.gl

Get started with just three lines of HTML and js code: include the lib, create a container and call the constructor.

<!-- include the lib -->
<script src="rawgit-url">
</script>

<!-- create a container -->
<div id="myContainer"></div>

<!-- create the sandbox -->
<script> new PocketGL("myContainer"); </script>