| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by markyp
Hi i am trying to compile a opengl graphics file on linux does anyone know how to get he program to execute? thanks for your help
|
|
3 |
3,622 |
|
|
by Xeiph
i have been using c++ for ~1 month now, and i am wanting to start using openGL, but i cant figure out how to get started. I have visual studio 2005, so if someone could help me figure out how to get started using openGL (installing and running openGL), it would be greatly appreciated, thanks.
|
10-Oct-2007 08:07
by davis
|
4 |
1,107 |
|
|
by BlueFireCO.
:?: How do I get my compiler ready to program with opengl. Whenever I try to compile example code, it says it can't find the opengl headers and libraries. If no one knows how to do opengl, maybe someone could explain it for directx? Help is appreciated.
-matt
|
24-May-2007 17:26
by davis
|
4 |
951 |
|
 |
by patrickH80
hello,
the aim of my program is to move a 50x50 pixel (pic_a) immage over a 500x500 pixel (pic_b) image by moving the mouse over the big image.
also, i have to copy a part of pic_b to produce pic_a and change to rgb color into a grayscale for pic_a. In the end the grayscaled pic_a
has to move...
|
|
0 |
906 |
|
|
by Seraphis
O.K. So I've been learning a lot of OpenGL and I was messing around with drawing shapes when I got the idea of making a triangle, which could via the W,A,S,D keys have its vertices moved about the screen to reshape it.
I got it working with 1 vertex, just by making a GLfloat , and manipulating it...
|
05-Dec-2006 18:26
by davis
|
4 |
1,033 |
|
|
by daniel451
Hey all, this is my first post on GIDForums and I need some advice;
I've been searching for a book which can explain using OpenGL with VC++, especially with MFC, since I'm very new to VC++ and have been using Java for as long as I remember; I'm also more interested in how to use models designed in...
|
|
0 |
1,089 |
|
|
by McFury
Hiya :)
Im writing a program in C using openGL (GLUT) and im having a little trouble with the function to process textures (RAW files). It compiles ok but when i bind the texture in my display function and apply it to a quad it does not display it at runtime (just has a simple RGB default colour i...
|
|
0 |
1,903 |
|
|
by fevershark
can anybody help meunderstand how to use opengl in c++? i am using dev-c++. thanks
|
19-Apr-2006 03:01
by davis
|
1 |
563 |
|
|
by rodrigomorante
Hi all. I'm using WindowsXP. I have this program that uses OpenGL and I want to copy the contents of the OpenGL window to the clipboard: not to copy a bitmap, but to copy it vectorially (?), to be pasted in, say, Corel Draw.
Any hints?
Rodrigo
|
|
0 |
639 |
|
|
by Shrikharan
I got interested in learning graphics / games programming. I saw in many forums mentioning about OpenGL.
What is OpenGL?
Have I got to buy it or is it free ware?
I did visit their site but nothing is mentioned clearly about it whether we have to buy it or simply download it.
Please...
|
|
6 |
794 |
|
 |
by oozsakarya
Hello---
I must to make a car race game with c++. I must to draw pist and I must to control whether the cars hit the pist. I heard that I can make these by opengl. How can I learn OPENGL and what is Opengl of course? Can you help me?
|
|
2 |
3,855 |
|
|
by mvt
The following code has been reduced to the minimum necessary to produce the error:
#include <iostream>
#include <FL/Fl.h>
#include <FL/gl.h>
using namespace std;
int main(int argc, char** argv) {
|
|
2 |
9,287 |