-
-
[
Unix_Linux]
x-window2.rar
Detailed drawing the basic concept of the X-Window , which is the basis of understanding and the beginning of GUI development under Linux
-
-
-
-
[
Visual C++ (VC++)]
dx9_offscreen_rendering.zip
... off-screen surface, which is in turn, used to create
// a dynamic texture. The dynamic texture is then used to
// texture a second spinning cube, which will be rendered to
// the application s window.
Category:
DirextX Upload User:
slyxyy Size:
35K
-
[
Visual C++ (VC++)]
dx9_resize_window.zip
... If you don t do this,
// Direct3D will be forced to perform a stretch blit when the
// window is enlarged and everything rendered will appear
// course and blocky. For example, if the initial window ...
Category:
DirextX Upload User:
tjescc Size:
78K
-
-
-
-
[
Unix_Linux]
embeddedingappl.tar.gz
This is a program written in C++ and Qt 4.5 which will swallow running xapplications by just entering their winow id. Window id can be found out by the following command "xwinifo-name xxxx"
where xxxx is the title of the application to be embedded, Make ...