UNPKG

atum

Version:

A Procedural Graph Based Javascript Library

23 lines (16 loc) 599 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Point Distributions</title> <link rel="stylesheet" href="../main.css" type="text/css"> <!-- Included Scripts --> <script src="../../node_modules/dat.gui/build/dat.gui.js"></script> <srcipt src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.js"></srcipt> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.14/p5.js"></script> <script src="../../build/Atum.js"></script> </head> <body> <script src="./Point-Distributions.js"></script> </body> </html>