OpenGL with Python 5.5: First Person Camera

preview_player
Показать описание
#gamedev #gamedevelopment #programming

Рекомендации по теме
Комментарии
Автор

Cannot locate within the repository where is this code. could you provide an exact link? It would be great to be able to look at all the code together. Thank you.

mllo-ljuj
Автор

Whoa, Python 5.5. For real tho, thank you so much for this course and all of your videos in general! You are an amazing teacher!

azerty
Автор

Btw, those graphics look great...
Python has so much potential.

SkyFly
Автор

Oh...
Welcome back... Twilight Python Zone... 😏

SkyFly
Автор

Hi, do u know why python gives me this error? I think i have the same code, already take me few hours because i didnt found the code on the github and i cant execute it

Traceback (most recent call last):
File "c:\Users\PC\Desktop\Py Proyects\P2\emoji.py", line 503, in <module>
myApp = App(window)
File "c:\Users\PC\Desktop\Py Proyects\P2\emoji.py", line 158, in __init__
self.mainLoop()
File "c:\Users\PC\Desktop\Py Proyects\P2\emoji.py", line 166, in mainLoop
if \
File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\glfw\__init__.py", line 1296, in window_should_close
return
OSError: exception: access violation reading

BlackLeChamp