README.md aktualisiert
This commit is contained in:
parent
9c9995d53f
commit
6644e6f741
1 changed files with 10 additions and 3 deletions
11
README.md
11
README.md
|
@ -3,9 +3,16 @@
|
|||
Eine Voxel Engine nach dem
|
||||
[Tutorial von Coder Space.](https://youtu.be/Ab8TOSFfNp4)
|
||||
|
||||
Bis auf ein paar Errors ist das noch exakt der Code von Coder Space, weil ich erstmal das Tutorial schau, um es zu verstehen.
|
||||
|
||||
Zum installieren der Module:
|
||||
```
|
||||
pip install pygame pyglm moderngl numba
|
||||
|
||||
```
|
||||
|
||||
Bis auf ein paar Errors ist das noch exakt der Code von Coder Space, weil ich erstmal das Tutorial schau, um es zu verstehen.
|
||||
|
||||
Mit der Textur `test.png` sind die Farben irgendwie anders, als im Tutorial und es gibt dunkle Streifen:
|
||||
![Farben nicht richtig](https://emil.i21k.de/files/bilder/farben_nicht_richtig.png)
|
||||
|
||||
Mit der Textur `frame.png` ist alles schwarz:
|
||||
![Alles schwarz](https://emil.i21k.de/files/bilder/Alles_schwarz.png)
|
Loading…
Reference in a new issue