UNPKG

pex

Version:

Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.

15 lines (14 loc) 412 B
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta charset="UTF-8"> <title>PEX</title> <script src="main.web.js"></script> <style type="text/css"> body { padding: 0; margin: 0; overflow: hidden; } </style> </head> <body> </body> </html>