• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D17-Jul-2009582 2114

Makefile.inH A D03-May-202216.9 KiB524457

READMEH A D17-Jul-20091.4 KiB6940

gdkfont.cH A D17-Jul-20094.7 KiB183112

glpixmap.cH A D17-Jul-20092.9 KiB11068

gtkglarea_demo.cH A D17-Jul-200918.5 KiB502164

lw.cH A D17-Jul-20099.4 KiB432306

lw.hH A D17-Jul-20091.7 KiB6532

makefile.mingwH A D18-Jul-2009745 3517

makefile.mingw.inH A D17-Jul-2009753 3522

shaders.cH A D17-Jul-200916.6 KiB483211

simple.cH A D17-Jul-20094.8 KiB16786

trackball.cH A D17-Jul-20098.3 KiB325166

trackball.hH A D17-Jul-20093.2 KiB798

viewlw.cH A D17-Jul-200911.6 KiB429293

zktor.cH A D17-Jul-200923.6 KiB973707

README

1
2simple
3------
4
5Commented and easy to understand example.
6
7
8gtkglarea_demo
9--------------
10
11Even better example than simple.
12
13
14
15gdkfont
16-------
17
18Usage: gdkfont [fontname]
19
20Shows how to turn GdkFont to display lists using gdk_gl_use_gdk_font
21function.
22
23
24glpixmap
25--------
26
27GL rendering to pixmaps test.
28
29
30
31viewlw
32------
33
34Usage: viewlw [FILE]...
35
36viewlw is a nifty little utility for viewing LightWave 3D objects.
37Try viewing included alien.lwo and penguin.lwo objects.
38
39In the program:
40Mouse button 1 + drag           spin (virtual trackball)
41Mouse button 2 + drag           zoom
42Mouse button 3                  popup menu
43
44NOTE: files trackball.h and trackball.c are Copyright by Silicon Graphics, Inc.
45and are freely useable, see files for more information.
46
47
48zktor
49-----
50
51Ingame keys:
52
53cursor left             turn left
54cursor right            turn right
55cursor down             thrust
56cursor up,space         fire
57r                       restart
58d                       detail
59f                       switch between fullscreen/windowed mode (only with 3DFX)
60
61Keyboard handling is buggy and needs to be fixed. For some reason key
62releases are not received unless cursor is over glarea widget.
63There is now rudimentary support for fullscreen 3DFX acceleration with
64Mesa, but it is not compiled in as default. You have to uncomment
65FULLSCREEN_MESA_3DFX defined near the start of zktor.c to compile it.
66
67
68
69