answersLogoWhite

0

That should be all you need :)

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Source code for instrumental music in c and c plus plus?

Neither C nor C++ provide any built-in methods to reproduce audio. They are generic languages; audio is hardware-specific. To play audio, you need an audio library suitable for your hardware. OpenAL is the generic audio library equivalent of OpenGL for graphics.


Explain the main components that are typically part of an Open GL C plus plus application?

OpenGL is a graphics specification thus any application that makes use of the specification will primarily make use of an OpenGL implementation library. You will also need a graphics card driver that supports OpenGL. Mac and Unix/Linux systems include OpenGL drivers as standard, but PC-based systems do not. You must therefore install the appropriate driver (where required) and also install an OpenGL implementation library. Both ATI and nVidia provide their own proprietary libraries, but you can also use generic libraries (including open source libraries) to provide cross-platform support.


How do you develop a chessboard in Opengl?

To develop a chessboard in OpenGL, you would typically define a grid of squares using triangles or quads. Each square would be textured with alternating colors to represent the black and white squares of the chessboard. You can then apply translations and rotations to position and orient the grid accordingly in the scene.


How do you upgade your opengl to 2.1?

To upgrade OpenGL to version 2.1, you typically need to ensure that your graphics drivers are up to date, as OpenGL support is closely tied to the GPU drivers. Visit the website of your GPU manufacturer (such as NVIDIA, AMD, or Intel) to download and install the latest drivers compatible with your operating system. Additionally, check your application's settings or use libraries like GLFW or SDL to create an OpenGL context that specifies the desired version. After updating the drivers and configuring your application, you should be able to utilize OpenGL 2.1 features.


How can you access sound card through C plus plus language?

C++ is a cross-platform programming language. As such it has no built-in platform-specific features, which includes graphics and audio support. Unlike major graphics cards which all support the OpenGL standard, there is no such standard for audio. OpenAL provides a partial standard but not all cards support it and it has never been regarded as a "standard" of any kind. However, there are many generic libraries available such as FMOD, Irrklang and Clam.


How do you you include opengl in c plus plus?

OpenGL is not software, it is a specification for cross-platform graphics rendering. All modern graphics cards support the OpenGL specification. In order to program with OpenGL you must first load the OpenGL function pointers. Although you can do this manually it's best to use a library specific to your hardware. Both nVidia and ATI provide their own libraries with tutorials. Remember that OpenGL is not software so there is no official SDK as such. There is no header file named 'opengl' (not officially at least). The OpenGL library headers typically use a gl prefix, such as gl.h, glut.h and glaux.h. The best place to start is by reading the FAQ provided by the official OpenGL website (see related links below). If you're using Windows, you also have the option of using the DirectX API rather than OpenGL. DirectX is not only easier to work with, it also provides support for audio, animation, networking, and so on. OpenGL is purely for graphics rendering but is cross-platform (DirectX only works with Windows).


Help you on coding of sound system in c plus plus?

Sound systems are hardware-dependant, thus C++ provides no native support for audio. You will need to download a library suitable for your hardware. Windows is slightly easier to work with since you can write code to suit the DirectX abstraction layer rather than deal with the hardware directly. This means your code will run on any Windows system with the same or higher version of DirectX, regardless of what hardware is available. For cross-platform development the simplest solution would be to use OpenAL (Open Audio Library), the audio equivalent of OpenGL for graphics. However, OpenAL is a proprietary library. The open source LGPL-licenced version is called OpenAL Soft.


Where can you find source code of heap sort in OpenGL?

Heap sort is not directly related to OpenGL, as it is a sorting algorithm rather than a graphics API. However, you can find implementations of heap sort in various programming languages on platforms like GitHub or in educational resources about algorithms. If you're looking for sorting within an OpenGL context (e.g., sorting vertices or pixels), you may find relevant code snippets or examples in OpenGL tutorials or graphics programming books that implement sorting algorithms.


What is OpenAL?

Credit repayable in 15 or 30 days. * [http://www.opencredit.lv/ The first Open Credit company in Latvia] This site is available only in Latvian and Russian languages


How to set java for openGL?

Java has no native support for OpenGL. While there are some third-party attempts, I have yet to hear of one which completely implements OpenGL.


How do you make a mod in minecraft?

You need to programme them in. Minecraft uses OpenGL and some Java, so you would need to learn those languages in order to make a mod.


Opengl programming source code for pool game?

writ an opengl program for pool game