Graphics Libraries
A program designed to aid in rendering computer graphics to a monitor.
Language
Any
Platform
Windows
Remove
License
Any
Any C/C++ compiler should be compatible with OpenGL as long as you have the OpenGL headers and libraries. I began using C in Windows 9X years ago with Borland and did my first OpenGL coding with it...
Hi all,
I am planning to learn opengl on windows xp.
I would be thankfull if you guys can tell me some OSS/free C/C++ compilers available for windowsXP which would be compatible with openGL. I...
g++ -O2 aberr
ation.cpp -o aberration -Wall -mwindows glui32.lib glut32.lib -lglui32 -lglut32
-lglu32 -lopengl32
In file included from aberration.cpp:8:
glui.h:69: warning: ignoring #pragma...
Hello! I've tried to create an icon from two gdi+ bitmaps and I can't make the icon transparent.
Here's my code:
ICONINFO iconInfo = {0}; iconInfo.fIcon = TRUE;
bmp.GetHBITMAP(Color(255,0,0),...
: : : hi i create winform but i have to much fields that i need to fill in
: : : order to create xml file
: : : what i can do ?
: : : hide windows ? how
: : : enable slider ? how
: :
: : Hi,...
hi i create winform but i have to much fields that i need to fill in order to create xml file
what i can do ?
hide windows ? how
enable slider ? how
: : Get it here:
: : VC++ 2008
: : it is free, but you need to download an API package - it is
: : big.
:
: I just downloaded the OpenGL SDK and DirectX 9 SDK. Shouldn't those
: have this...
Hi. I'm using C#.net in developing my application. I recently discovered that when using Danish setting and keyboard, there are 'certain' textboxes in the windows form where I can't produce the @...
I have Windows XP with Dev-C++. I created a Windows Application and added #include to the top of the file. I made sure I had gdiplus.h and all the files it required in my include folder. However,...
If you're looking for information on Java using GCJ + SWT to create native windows applications, have a look at the article at the following URL.
http://www.coreguardian.org/index...
: My first problem about accessing windows registry was solved by zibadien, now the new issue arised in the development of my application installer project is how to show an open common dialog box in...
My first problem about accessing windows registry was solved by zibadien, now the new issue arised in the development of my application installer project is how to show an open common dialog box in...
I'm planning to write a game for Windows OS and I'm confused, should I implement OpenGL or DirectX, and if it's OpenGL, can I implement DirectPlay (for networking)? I mean can OpenGL and DirectX work...
hello all,
is there a way to create a windows service with a cusom property, lets say 'LogFilePath', and modify this custom property at runtime via the system.management Namespace from a winforms...
: This message was edited by Josko at 2005-11-25 20:24:26
: :
: : Well if you're using Windows, I would strongly suggest using OpenGL because it's cross-platform and easy to program. You might...
Best examples about OpenGL: http://nehe.gamedev.net/
: Hello
:
: I'm not new to graphic programming, but i'm new to windows programming.
: I want to develop a Graphic library under windows,...
Hello
I'm not new to graphic programming, but i'm new to windows programming.
I want to develop a Graphic library under windows, but i've got the next question:
How does OpenGl or DirectX,...
Hello!
Does anybody know if it is reasonable to use DirectX 9 on Windows XP , Professional edition, without changing the graphic card, I mean, keeping the original one.
I have a DEll...
: one is common dialogs, like for saving and opening, liek in the win32 API in C. I'm wondering if any exist in the library. If not, then please tell me how to check directories, is there some Dir...
: Hi everyone!
:
: I'm almost at the end of my newest game. When I want to test the new level I made for it:
:
: 1) it quits and says I should send an error report to Microsoft.....
: 2) The...