use threeJS
This commit is contained in:
parent
2cb574430c
commit
5b136ab38d
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Geometry Dash en 3D
|
# Geometry Dash en 3D
|
||||||
|
|
||||||
Pour lancer rapidement le jeu avec un serveur python, lance
|
Pour lancer rapidement le jeu avec un serveur python
|
||||||
```bash
|
```bash
|
||||||
$ ./run.sh
|
$ ./run.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Dépendances
|
||||||
|
- [ThreeJS](https://github.com/mrdoob/three.js)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
<body>
|
<body>
|
||||||
<canvas id="canvas" width="1280" height="720"></canvas>
|
<canvas id="canvas" width="1280" height="720"></canvas>
|
||||||
|
|
||||||
|
<script src="https://unpkg.com/three@0.146.0/build/three.min.js"></script>
|
||||||
<script type="module" src="./js/main.js"></script>
|
<script type="module" src="./js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue