SantoshKumar's picture
Update index.html
73a21f2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body onload="window.scrollTo({top: document.body.scrollHeight, behavior: 'smooth'});">
<h1 id="smarter-npc-non-player-character-">SimPhysics</h1>
<h4>User input: WASD</h4>
<p>This WebGL demo demonstrates PlayCanvas and a physics vehicle simulation that is web based and playable anywhere your browser goes<a href="https://playcanv.as/p/JIwncOGZ/">🤗 Inference API</a>.</p>
<p>Source code is in Readme.md file.</p>
<p>PlayCanvas project <a href="https://playcanv.as/p/JIwncOGZ/"> is here</a></p>
<div style="max-width: 100%;max-height: 100%;width: 100vw;height: 100vh;overflow: hidden;">
<iframe style="min-width: 100%; min-height: 100%; background: black;" allowfullscreen="true" frameborder="0" src="https://playcanv.as/p/JIwncOGZ/">></iframe>
</div>
</body>
</html>