DEV Community

Misti Sage
Misti Sage

Posted on

Doof

Hello, I’m Misti-sage, the sole creator of DOOF:
Dynamic
Output
Optimized for
Flexibility.

(I am new to coding, so most, if not all, of my DOOF work was assisted by ChatGPT.)
I welcome anyone who can help to improve DOOF, also known as Darfensmirg.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pointer Lock Example</title>
    <script src="https://unleashed-chalk-fennel.glitch.me/doof_shtr.js"></script>
    <doof_shorter>doof3d.js</doof_shorter>
    <doof_shorter>doof3dmmt.js</doof_shorter>
    <script src="https://unleashed-chalk-fennel.glitch.me/doof3dmmt.js" defer></script>
    <script src="https://unleashed-chalk-fennel.glitch.me/doof3dms.js" defer></script>
</head>
<body style="margin: 0; overflow: hidden;">
    <doof3dcube style="color:red;" data-position="(0,0,0)"></doof3dcube>
    <doof3dcube style="color:blue;" data-position="(1,0,0)"></doof3dcube>
    <doof3dcube style="color:green;" data-position="(-1,1,1)"></doof3dcube>
   <doof3dcube style="color:green;" data-position="(-1,-1,3)"></doof3dcube>
     <doof3dcube style="color:green;" data-position="(-1,1,3)"></doof3dcube>
     <doof3dcube style="color:green;" data-position="(-1,0,3)"></doof3dcube>
     <doof3dcube style="color:green;" data-position="(-1,-1,2)"></doof3dcube>
    <doof3dcube style="color:green;" data-position="(-1,1,2)"></doof3dcube>
  <doof3dcube style="color:green;" data-position="(-1,0,2)"></doof3dcube>
  <doof3dcube style="color:green;" data-position="(-1,-1,1)"></doof3dcube>
    <doof3dcube style="color:green;" data-position="(-1,1,1)"></doof3dcube>
  <doof3dcube style="color:green;" data-position="(-1,0,1)"></doof3dcube>
</body>
</html>


Enter fullscreen mode Exit fullscreen mode

Top comments (0)