Skip to content

Instantly share code, notes, and snippets.

@aravendy
aravendy / hello-world-threejs.html
Created December 14, 2016 22:08 — forked from salishdev/hello-world-threejs.html
Hello World with Three.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello, Three.js!</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100%; }
</style>
</head>