Python Forum
OpenGL SuperBible ex RotatingCube
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenGL SuperBible ex RotatingCube
#2
First need to know which version openGL you are targeting ?
Your graphic card ? Or highest version supported by graphic card ?

Second you need to learn to use containers.
class (best), dict (okay), list (let not)
You are rebuilding everything every loop.
Thats not good.

PyGlet example
If you want to do this in c++. There is some great tutorial sites for this.
I did these tutorials using D. Links to c++ tutorials site in link below.
D code github
99 percent of computer problems exists between chair and keyboard.
Reply


Messages In This Thread
OpenGL SuperBible ex RotatingCube - by jab9k3 - Jan-24-2018, 02:04 PM
RE: OpenGL SuperBible ex RotatingCube - by Windspar - Jan-24-2018, 02:57 PM
RE: OpenGL SuperBible ex RotatingCube - by jab9k3 - Jan-24-2018, 03:34 PM
RE: OpenGL SuperBible ex RotatingCube - by jab9k3 - Feb-05-2018, 04:22 AM
RE: OpenGL SuperBible ex RotatingCube - by Windspar - Feb-05-2018, 05:50 PM
RE: OpenGL SuperBible ex RotatingCube - by jab9k3 - Mar-15-2018, 07:28 AM
RE: OpenGL SuperBible ex RotatingCube - by Windspar - Mar-16-2018, 06:08 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020