jaydeepkum commited on
Commit
6e47f7a
1 Parent(s): 745d82f

updated version

Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
- title: HTML5PhysicsPlayCanvasDemo
3
- emoji: 🏃
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 3.1.1
8
- app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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>