Search 5,000,000+ questions and answers.

Frequently Asked Questions

Where can I find an OpenGL GUI?

Forum FAQ - GameDev.Net Discussion Forums
Forum regular JavaCoolDude has kindly donated his own GUI framework for poeple to use, the relivent thread on it can be found here
Related Questions

What is OpenGL?

OpenGL FAQs - WikiFAQ - Answers to Frequently Asked Question...
OpenGL(R) is the software interface for graphics hardware that allows graphics programmers to produce high-quality color images of 3D objects. OpenGL is a rendering only, vendor neutral API providing 2D and 3D graphics functions, including modelling, transformations, color, lighting, smooth shading, as well as advanced features like texture mapping, NURBS, fog, alpha blending and motion blur. OpenGL works in both immediate and retained (display list) graphics modes.
Related Questions

Forum FAQ - GameDev.Net Discussion Forums
Yes. Using an orthogonal projection. You can use glOrtho for this. A more detailed answer to the question was posted by Dwarf with Axe here.
Related Questions

Is there a GUI front-end?

FAQ - Mercurial
And, you find that after successful ssh authentication you get the error message remote: abort: repository path/to/repo not found! , then you need to know the following: Mercurial's remote repository syntax differs from syntax of other well known programs such as rsync, cvs - both of which use a : character to delimit USER@REMOTE from the path component (/path/to/repo).
Related Questions

TOP] Where can I get OpenGL?

SGI - OpenGL Performer: Frequently Asked Questions for Linux
OpenGL is now available from many sources and is included with many popular Linux distributions. Most vendors (including SGI) pre-bundle accelerated OpenGL drivers with their systems; some (nVidia, ATI, et al) have accelerated drivers available on their web sites; and other vendors (3dfx, Matrox, ATI, etc) use drivers created by the DRI Project or the Utah-GLX Project. Which implementation of OpenGL to choose is ultimately dependent upon the type of graphics card you have.
Related Questions

Where can I get the OpenGL specification?

SGI - OpenGL Frequently Asked Questions
The Windows operating systems include high-performance 3D graphics capabilities as a native part of the operating system using the OpenGL API. It was announced at MacWorld on January 5, 1999, that Apple Computer, Inc. has licensed OpenGL, and will incorporate OpenGL into future versions of the Macintosh® operating system, starting with the next release of Mac OS 8 and the first release of Mac OS X. Mesa (see www.mesa3d.org) is an implementation of OpenGL written for Linux systems.
Related Questions

What is the OpenGL ARB?

SGI - OpenGL Frequently Asked Questions
The OpenGL ARB is the OpenGL Architecture Review Board. It is an independent consortium, formed in 1992, that governs the OpenGL specification.
Related Questions

How can I render text with OpenGL?

Forum FAQ - GameDev.Net Discussion Forums
The fastest method is to use bitmap fonts. Typically you would create a greyscale texture which includes all of the letters on a black background, aligned in order of their ASCII codes. You'd then load the texture into your program as a 4 channel image (with each channel a duplicate of the first). Each letter requires texture coordinates, so you'd need to store these in a structure of some sort.
Related Questions

How can I do collision detection with OpenGL?

Forum FAQ - GameDev.Net Discussion Forums
You have to write your own. OpenGL is a graphics library, it doesn't do collision detection. Neither does it do audio, wash dishes, unblock drains, or remove stubborn stains from carpets. As such, questions relating to collision detection should be asked in Math and Physics.
Related Questions

Where can I find some OpenGL Shading Language Tutorials?

Forum FAQ - GameDev.Net Discussion Forums
Noisecrime has supplied a list of locations people might find some usefull OpenGL Shading Language tutorials; Yes it does, the more you have the more work the driver and graphics card is having todo, however some state changes cost less than others, as such the type of state change tends to matter more as you shouldnt be doing redundant changes anyway.
Related Questions

Is there a GUI builder in Perl/Tk?

comp.lang.perl.tk FAQ
Work has reputedly (January 1996) started on porting a Tcl/Tk GUI builder known as SpecTcl for use with Perl/Tk. For the Tcl/Tk SpecTcl kit see: ftp://ftp.sunlabs.com/pub/tcl/SpecTcl-*.tar.[gz|Z] and address questions about SpecTcl to <spectcl@tcl.eng.sun.com>. In <news:ANDREAS.96Mar24234521@marvin.berlin.de> Andreas Koschinsky <marvin@logware.
Related Questions

What about the GUI?

MPlayer - The Movie Player
The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are). The skins are stored in PNG format, so GTK, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed. You can build it by specifying --enable-gui during ./configure. Then, to turn on GUI mode, you have to execute the gmplayer binary. MPlayer doesn't have a skin included, you have to download them if you want to use the GUI. See the download page.
Related Questions

DOS FAQ by Christoph Fuchs
There exist several GUIs for DOS. The most frequently used one is Windows 3.x, but it's not developed any more and it's not for free. http://www.seal.cx is a great site about SEAl, a free DOS environement. If you're intereseted in SEAL, try also this site: http://seal.drdos.org.
Related Questions

What other GUI options do I have for the Freeciv client?

Civ
Two clients are actively being maintained for Unix/X11. The default client uses the GTK+ windowing toolkit. The original client is based on the Athena widget set ('Xaw'), which is fast and very widely available, but many users find it old-fashioned. The client can also be compiled to use Xaw3d. New features are sometimes implemented in the GTK+ version only, but the Xaw one still has some advantages.
Related Questions

Q4.14: How can I set the focus in my GUI?

Frequently asked questions about MATLAB
You can't. One hopes that The MathWorks will include this often-requested feature in a future, but there is no guarantee. Related to this, changing the stacking order of your GUI elements might allow you to set the tab order, but this seems to not always work. GUIDE in MATLAB version >= 6.5 includes a Tab Order Editor, which does a better job at this.
Related Questions

TOP] How can I order OpenGL Performer?

SGI - OpenGL Performer: Frequently Asked Questions
Contact an SGI sales representative. In the United States, call SGI direct toll-free at (800) 800-7441. If you are outside the U.S.A., contact the SGI subsidiary or authorized distributor in your area.
Related Questions

What benchmarks exist for OpenGL?

SGI - OpenGL Frequently Asked Questions
The OpenGL Performance Characterization (OPC) project subgroup of the Graphics Performance Characterization (GPC) group manages two benchmarks. viewperf which tests performance of viewsets representative of different real-world workloads, and GLperf which tests the performance of low-level primitive operations such as drawing triangle strips and copying pixels. OPC maintains an independent Web site that describes the benchmarks in more detail and summarizes results reported by OpenGL vendors.
Related Questions

Can I use Amulet with OpenGL?

Amulet FAQ
One user has reported successfully using with OpenGL. If you are interested in contributing code that adds OpenGL support to Amulet, wewould be most happy to make it available to other Amulet users.
Related Questions

Which vendors are licensing OpenGL?

OpenGL FAQs - WikiFAQ - Answers to Frequently Asked Question...
OpenGL is supported by many hardware and software vendors. As of September, 1995, OpenGL has been licensed to:
Related Questions

What is the state of OpenGL on Windows Vista?

Forum FAQ - GameDev.Net Discussion Forums
The OpenGL Programming Guide (The red book) version 1.1 ( pdf version ): A comprehensive guide to using OpenGL The OpenGL extension registry : For the latest OpenGL extension specifications and the essential glExt.h header file.
Related Questions

How can I program for OpenGL beyond version 1.1 in windows?

Forum FAQ - GameDev.Net Discussion Forums
Although the current OpenGL version is 1.5 (as of 2004/03/29) , and this has been implemented by all major hardware manufacturers, Microsoft has only released OpenGL32.dll and OpenGl32.lib files corresponding to version OpenGL 1.1. In order to use newer core functions or any OpenGL extensions, you have to link the functions you want manually. To do this, download the latest glext.h from SGI.com which includes typedefs for all registered extension functions. After including glext.
Related Questions

How can I move the OpenGL chart?

Frequently Asked Questions about BI2M - The OLAP and Data Mi...
Point to the chart and press the middle mouse button. Hold the button and drag to the desired position. You can also move the legend and the title of the chart in the same way.
Related Questions

How can I print with OpenGL?

OpenGL FAQ / 24 Miscellaneous
OpenGL currently provides no services for printing. The OpenGL ARB has discussed a GLS stream protocol, which would enable a more common interface for printing, but for now, printing is only accomplished by system-specific means. On a Microsoft Windows platform, ALT-PrintScreen copies the active window to the clipboard. (To copy the entire screen, make the desktop active by clicking on it, then use ALT-PrintScreen.
Related Questions

Is OpenGL supported?

MKS Toolkit, D?veloppement UNIX et Windows - FAQs
Yes, MKS Toolkit for Enterprise Developers contains OpenGL header files, libraries, and DLLs. In addition, we also offer the Hummingbird OpenGL Development Option for those customers who want to use Hummingbird's Exceed X server and Exceed 3D for OpenGL.
Related Questions

What is OpenGL Performer?

SGI - OpenGL Performer: Frequently Asked Questions for Linux
OpenGL Performer is a powerful and comprehensive programming interface for developers creating real-time visual simulation and other performance-oriented 3D graphics applications. It simplifies development of complex applications used for visual simulation, manufacturing, simulation-based design, virtual reality, scientific visualization, interactive entertainment, broadcast video, architectural walk-through, and computer-aided design.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact