Packages

An implementation of the CONREC contouring algorithm, described at <http://paulbourke.net/papers/conrec/>.

Current section

Files

Jump to
conrex priv static index.html
Raw

priv/static/index.html

<!DOCTYPE html>
<html lang="en_US">
<head>
<meta charset="utf-8" />
<title>CONREC test</title>
</head>
<body>
<center>
<canvas id="canvas" style="border: 1px solid black;" width=800 height=480></canvas>
</center>
<script src="contour.js"></script>
<script src="script.js"></script>
</body>
</html>