D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mdalfaro
Full window
Github gist
Scatter_Tri
<!DOCTYPE html> <html> <head> <meta name="viewport" width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0> <style> body {padding: 0; margin: 0;} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.js"></script> <script src="scatter_tri.js"></script> </head> <body> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.js