Spaces:
Running
Running
Commit
·
91d09bd
1
Parent(s):
c4d47b1
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
-
license:
|
| 9 |
---
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: 🏎️PlayCanvasSimPhysics🤖
|
| 3 |
+
emoji: 🤖🏎️
|
| 4 |
colorFrom: purple
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
---
|
| 10 |
+
<body onload="window.scrollTo({top: document.body.scrollHeight, behavior: 'smooth'});">
|
| 11 |
+
<h1 id="smarter-npc-non-player-character-">SimPhysics</h1>
|
| 12 |
+
<h4>User input: WASD</h4>
|
| 13 |
+
<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>
|
| 14 |
+
<p>Source code is in Readme.md file.</p>
|
| 15 |
+
<p>PlayCanvas project <a href="https://playcanv.as/p/JIwncOGZ/"> is here</a></p>
|
| 16 |
+
<div style="max-width: 100%;max-height: 100%;width: 100vw;height: 100vh;overflow: hidden;">
|
| 17 |
+
<iframe style="min-width: 100%; min-height: 100%; background: black;" allowfullscreen="true" frameborder="0" src="https://playcanv.as/p/JIwncOGZ/">></iframe>
|
| 18 |
+
</div>
|
| 19 |
+
</body>
|