Today I worked with pygame and OpenGL python modules.
I want to make a simple script to test and load pygame , OpenGL modules.
The script can be found here.
Tutorials and tips on Fedora Linux, Python programming, and software development. Clear guides, source code, and practical examples by Catalin George Festila.
Today I worked with pygame and OpenGL python modules.
I want to make a simple script to test and load pygame , OpenGL modules.
The script can be found here.
This is another tutorial about OpenGL.
The main goal it's : using GLFW library.
It's very simple to use this library.
If you want to read more the go to this website.
# yum search libstdc++
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
============================== Matched: libstdc++ ==============================
compat-libstdc++-296.i686 : Compatibility 2.96-RH standard C++ libraries
compat-libstdc++-33.i686 : Compatibility standard C++ libraries
libstdc++.i686 : GNU Standard C++ Library
libstdc++-devel.i686 : Header files and libraries for C++ development
libstdc++-docs.i686 : Documentation for the GNU standard C++ library
libstdc++-static.i686 : Static libraries for the GNU standard C++ library
The archive named gDEBugger57-i386-cpp3.tar.gz has 13Mb.
$gzip -dc gDEBugger57-i386-cpp3.tar.gz | tar xf -
$ cd gDEBugger57-i386-cpp3
$ su
# yum install compat-libstdc++-33.i686
The gDEBugger run well under fedora 14 , but is free only 7 days. See below:
#yum install freeglut-devel
...
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
freeglut-devel i686 2.6.0-5.fc13 updates 112 k
Installing for dependencies:
libX11-devel i686 1.3.1-3.fc13 fedora 1.0 M
libXau-devel i686 1.0.5-1.fc12 fedora 13 k
libXdamage-devel i686 1.1.2-2.fc13 fedora 8.8 k
libXext-devel i686 1.1.2-2.fc13 updates 77 k
libXfixes-devel i686 4.0.4-2.fc13 fedora 11 k
libXxf86vm-devel i686 1.1.0-1.fc13 fedora 17 k
libdrm-devel i686 2.4.21-2.fc13 updates 64 k
libxcb-devel i686 1.5-1.fc13 fedora 139 k
mesa-libGL-devel i686 7.8.1-8.fc13 updates 486 k
mesa-libGLU-devel i686 7.8.1-8.fc13 updates 111 k
xorg-x11-proto-devel noarch 7.4-36.fc13 fedora 250 k
Transaction Summary
================================================================================
Install 12 Package(s)
Some tutorials about glut on C programming language: Glut and C tutorial