(Tiếng Việt) Để bắt đầu lập trình với Python, bạn nên đọc nhanh bài báo sau được đăng trên tạp chí Linux Python Programming for Beginners. Một số tài nguyên tham khảo có thể giúp học Python như sau:
Month: Friday July 17th, 2009
OpenGL Programming in Linux: GLX and Xlib
Xlib is a library which provides functions for applications running under the X Window System (also referred to as X). This includes window management as well as event handling. X…
OpenGL Programming
Introduction freeglut vs OpenGlut freeglut and OpenGlut are open sources to the OpenGL Utility Toolkit (GLUT) library. OpenGL is a sibling of freeglut which belongs to some members of freeglut…
Unable to create direct context rendering for window
When we run a OpenGL program in Ubuntu, there is an error below:“freeglut (./a.out): Unable to create direct context rendering for window ”This may hurt performance.”The solution is: to install…
