oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Jetzt eintauschen
und EUR 0,75 Gutschein erhalten
Eintausch
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Der Artikel ist in folgender Variante leider nicht verfügbar
Keine Abbildung vorhanden für
Farbe:
Keine Abbildung vorhanden

 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

OpenGL Programming for the X Window System [Englisch] [Taschenbuch]

Mark J. Kilgard
3.4 von 5 Sternen  Alle Rezensionen anzeigen (5 Kundenrezensionen)
Statt: EUR 38,60
Jetzt: EUR 38,10 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 0,50 (1%)
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
Verkauf und Versand durch Amazon. Geschenkverpackung verfügbar.

Kurzbeschreibung

August 1996 OpenGL
OpenGL is the fastest and most widely available software standard for producing high-quality color images of 3D scenes. This practical guide shows X programmers how to construct working 3D applications using OpenGL and how to tightly integrate OpenGL applications with the X Window System. Written by a Silicon Graphics X Window System and OpenGL expert, OpenGL Programming for the X Window System uses the OpenGL Utility Toolkit (GLUT) to show how OpenGL programs can be constructed quickly and explores OpenGL features using examples written with GLUT. This book also: *explains the GLX model for integrating OpenGL and Xlib *shows how to use OpenGL with Motif and other widget sets *discusses the latest OpenGL standards: OpenGL 1.1, GLX 1.2, and GLU 1.2 *covers advanced topics such as alternative input devices and overlays *includes valuable information for ensuring OpenGL portability and interoperability *provides pointers for performance tuning Each chapter contains source code demonstrating the techniques described. Source code for all the examples provided, and for the GLUT library itself, are available for downloading via the Internet. Intended for C programmers familiar with the Xlib and/or Motif programming interfaces. No previous OpenGL knowledge is required. 0201483599B04062001

Produktinformation

  • Taschenbuch: 576 Seiten
  • Verlag: Addison-Wesley Longman, Amsterdam (August 1996)
  • Sprache: Englisch
  • ISBN-10: 0201483599
  • ISBN-13: 978-0201483598
  • Größe und/oder Gewicht: 18,7 x 2,1 x 23 cm
  • Durchschnittliche Kundenbewertung: 3.4 von 5 Sternen  Alle Rezensionen anzeigen (5 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 432.567 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Synopsis

OpenGL is the fastest and most widely available software standard for producing high-quality color images of 3D scenes. This practical guide shows X programmers how to construct working 3D applications using OpenGL and how to tightly integrate OpenGL applications with the X Window System. Written by a Silicon Graphics X Window System and OpenGL expert, OpenGL Programming for the X Window System uses the OpenGL Utility Toolkit (GLUT) to show how OpenGL programs can be constructed quickly and explores OpenGL features using examples written with GLUT. This book also: *explains the GLX model for integrating OpenGL and Xlib *shows how to use OpenGL with Motif and other widget sets *discusses the latest OpenGL standards: OpenGL 1.1, GLX 1.2, and GLU 1.2 *covers advanced topics such as alternative input devices and overlays *includes valuable information for ensuring OpenGL portability and interoperability *provides pointers for performance tuning Each chapter contains source code demonstrating the techniques described. Source code for all the examples provided, and for the GLUT library itself, are available for downloading via the Internet.

Intended for C programmers familiar with the Xlib and/or Motif programming interfaces. No previous OpenGL knowledge is required. 0201483599B04062001

Buchrückseite

OpenGL is the fastest and most widely available software standard for producing high-quality color images of 3D scenes. This practical guide shows X programmers how to construct working 3D applications using OpenGL and how to tightly integrate OpenGL applications with the X Window System.

Written by a Silicon Graphics X Window System and OpenGL expert, OpenGL Programming for the X Window System uses the OpenGL Utility Toolkit (GLUT) to show how OpenGL programs can be constructed quickly and explores OpenGL features using examples written with GLUT. This book also:


  • explains the GLX model for integrating OpenGL and Xlib

  • shows how to use OpenGL with Motif and other widget sets

  • discusses the latest OpenGL standards: OpenGL 1.1, GLX 1.2, and GLU 1.2

  • covers advanced topics such as alternative input devices and overlays

  • includes valuable information for ensuring OpenGL portability and interoperability

  • provides pointers for performance tuning

Each chapter contains source code demonstrating the techniques described. Source code for all the examples provided, and for the GLUT library itself, are available for downloading via the Internet.

Intended for C programmers familiar with the Xlib and/or Motif programming interfaces. No previous OpenGL knowledge is required.



0201483599B04062001


Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

3.4 von 5 Sternen
3.4 von 5 Sternen
Die hilfreichsten Kundenrezensionen
1 von 1 Kunden fanden die folgende Rezension hilfreich
4.0 von 5 Sternen Definitive for 1996 30. Juni 2000
Format:Taschenbuch
Back when I was learning GL, this book was the best. It covered the basics at a good level of detail. Almost as if Mark could read our product requirements, it also has appendecies on off-topic-to-GL-but-not-to-us topics, such as the X input extension and graphics overlays.

I believe GLX has gone through a few revisions since this book last had a new edition. Therefore some of its data may end up referencing deprecated old glx functions instead of the slick new method. In particular I'm thinking I saw something about visual selection changing. That's the only reason I'm holding back on star number 5.

War diese Rezension für Sie hilfreich?
1 von 1 Kunden fanden die folgende Rezension hilfreich
3.0 von 5 Sternen Good beginners book but no realworld examples 1. Mai 1998
Von Ein Kunde
Format:Taschenbuch
This book gets you up and running fast with OpenGL and X but it fails to point out how to do specific tasks. I didn't know how to use Xlib until I got this book. The examples are kinda flakey as they don't translate well to realworld programming. A ball bouncing in a box would have been a great example. Would somone please write a cross platform OpenGL manual insted of these platform specific books!!!
War diese Rezension für Sie hilfreich?
4.0 von 5 Sternen Overall a very good supplement to the Red Book 11. Februar 2000
Format:Taschenbuch
Mark has a very good way of describing how things work. I have been using OpenGL for while but not using XWindows extensions that much. This book helped a lot and I used it to make sense of some the convoluted text in other books for the wgl functions.
War diese Rezension für Sie hilfreich?
Möchten Sie weitere Rezensionen zu diesem Artikel anzeigen?
Waren diese Rezensionen hilfreich?   Wir wollen von Ihnen hören.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de