UNPKG

matrix-engine

Version:

basic_timeline improved, VT func setup vide html element id with name arg.- DISABLE RAYCAST DEBUG TEST [2.3.3] Fix for GUI win desktop [2.3.0] DestrucMesh solution & loading convex objs for physics BASIC, SpriteAnimation CPU/texture solution added, Improv

53 lines 2.97 kB
<!DOCTYPE html> <html lang="en"> <head> <script src="./lib/gl-matrix-min.js"></script> <link rel="manifest" href="manifest.web" /> <title>Matrix Engine is WebGL App/Game engine based on glmatrix lib. Created by Nikola Lukic zlatnaspirala@gmail.com</title> <meta name="description" content="The benefits of this project is offering an overview of the entire application logic, easy native implementations (hybrid app), object structural. " /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link defer rel="stylesheet" href="css/style.css" /> <link rel="apple-touch-icon" href="res/icons/512.png" /> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="theme-color" content="#000000" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimal-ui" /> <link rel="icon" type="image/png" sizes="96x96" href="res/icons/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="192x192" href="res/icons/android-icon.png" /> <link rel="icon" href="res/icons/favicon.ico" type="image/x-icon" /> <meta name="msapplication-TileImage" content="res/icons/ms-icon.png" /> <script src="https://webglfundamentals.org/webgl/resources/m4.js"></script> </head> <body allow="autoplay"> <div id="shaders"></div> <div id="debugBox" class="debugBox" style="display: none"></div> <div id="fps" class="btnShadow debugBox" style="display: none"> <button id="stopRender" type="button">stopRender</button> <div color="white"><b id="fps"></b></div> </div> <button class="add-button button1" style="display: none"> <h1>Add to home screen</h1> <h2>Run like PWA Application for better performance</h2> </button> <button class="add-button button2" style="display: none"> <h2>I don't wanna full PWA just play it in regular HTML5 page.</h2> </button> <div id="matrix-net"></div> <div id="HOLDER_STREAMS" class="debugBox" style="display: none; position: absolute; left: 0px; top: 0px; width: 512px; height: 512px"> <video id="webcam_beta" mute autoplay loop width="512" height="512" style="display:none;position: absolute; left: 0px; top: 0px"></video> <audio id="audio_beta" src="#"></audio> <div id="media-holder"></div> </div> <div id="matrixTimeLine" class="timeLine" style="display:none;"> <div class="timeLineSlider"> <p>Matrix Engine Scene Timeline - Size of sequence: <span id="globalAnimSize"></span> </p> <p>Frame id: <span id="globalAnimCounter"></span></p> <p>Sequence: <span id="globalAnimCurSequence"></span></p> </div> <div> <input type="range" min="1" max="5000" value="0" class="slider" id="timeline"> </div> </div> <script src="gui.build.js"></script> </body> </html>