Skip to content

Instantly share code, notes, and snippets.

@kaiquewdev
Created November 3, 2012 02:33
Show Gist options
  • Select an option

  • Save kaiquewdev/4005570 to your computer and use it in GitHub Desktop.

Select an option

Save kaiquewdev/4005570 to your computer and use it in GitHub Desktop.
<!doctype html><title>Minimal tQuery Page</title>
<script src="tquery-bundle.js"></script>
<body><script>
var world = tQuery.createWorld().boilerplate().start();
var object = tQuery.createTorus().addTo(world);
</script></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment