Ported 3D Plot and Bunny to Javascript

This commit is contained in:
nanochess
2021-02-15 21:25:28 -06:00
parent 759605b2d6
commit f8be619f8b
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>3D PLOT</title>
</head>
<body>
<pre id="output" style="font-size: 8pt;"></pre>
<script src="3dplot.js"></script>
</body>
</html>