newton
Version:
A playful, particle-based physics engine designed from the ground up for JavaScript.
16 lines • 952 B
HTML
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Newton - Playful physics</title>
<link href="http://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="docs/styles/landing.css">
</head>
<body class="Landing">
<main class="Hero">
<h1 class="Hero-logo">Newton</h1>
<h2 class="Hero-subtitle">Powerful 2D physics with a simple API for browsers and node.js.</h2><a href="current/newton.min.js" class="Button">Download (0.2.11)</a><a href="docs/guide.html" class="Button">Documentation</a>
</main><a href="https://github.com/hunterloftis/newton"><img src="docs/styles/images/fork-me-right-graphite@2x.png" alt="Fork me on GitHub" class="Fork"></a>
</body>
</html>