- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
3 Posted Topics
Re: Hi, I'm also experiencing problems with trying to make an .exe out of my pyOpenGL project. I spent several hours googling and the post of Friktion definitely helped. To be clear, I also exclude OpenGL and include ctypes for py2exe and add the directory of the exe to the path. … | |
Re: I'm afraid this is not going to work this way. You now open the file as if it is a plain text file and write to it. As a matter of fact when you open your resulting log in notepad, you will probably see a lot of weird characters and … | |
Re: Are you blitting the whole screen or only the objects? I think there is an option in pygame not to redraw the whole screen, but only partially, this could help with the speed. A part of your problem could also be how you draw to the screen, so I’m curious … |
The End.