Graphics Libraries
A program designed to aid in rendering computer graphics to a monitor.
Language
Any
Platform
Any
License
Any
: I want to know if there is a glut component for delphi??
Don't know for sure, but if you'd typed it into google, you'd seen about 600 hits. So, I think there must be at least one that would fit...
Hi
I want to know if there is a glut component for delphi??
Thank you for reading this message!
Ferdinand ^.^
does anyone know any good GDI tutorials??? anything that has to do with animation and/or game graphics??? thats the only way i can make a game because i can't download the directX SDK unless someone...
This message was edited by StickMan at 2004-7-2 12:50:30
Hello, i'm a newbie programmer i'm learning windows programming and i just learned alittle bit about the GDI and how to draw on the screen...
I think a lot of game engines are based on either DirectX or OpenGL. OpenGL is a graphics API and DirectX is a Graphics, Sound, Networking and Input API.
DirectX communicates with hardware to do...
In the previous reply (see below) when the window closing event occurs the program merely sets the frame's visibility to false. Freeing the memory used by the frame requires a subtle modification to...
hi,
As far as i presume, there is no requirement to include swing in the code. The ToolbarFrame class is not able to access the class BasicWindowMonitor. try out this code, if this is want you tend...
hello,
after correction of spelling i have one error in this code
ToolbarFrame1.java:9: cannot resolve symbol
symbol : class BasicWindowMonitor
location: class ToolbarFrame1...
: Hmm, i really don't know what the problem is sorry.
:
: Maybe try the forums over at gamedev.net.
:
: Did you by any chance read the book "Tricks Of The Windows Game Programming Gurus" by...
Programmers who are familiar with game engines and coding are needed for Project: ArmorClad. Requirements are experience with DirectX and/or OpenGL especially with regards to developing and adapting...
This message was edited by Wannabean333 at 2004-6-22 17:6:53
This message was edited by Wannabean333 at 2004-6-22 16:5:53
hello again,
Right now, I'm improving my old game engine by adding...
: Please help me!!!
: Does enyone know some links for downloading an OpenGL Programming Tutorial.
: THX 4 your time!!!
:
Try Nehe (look it up on google). I've heard it's good even...
hello guys,
I am doin progamming in MFC for building a multi document interface. In that I am havin a openGL program which displays a bmp image. Can anyone help me how I can add that program to my...
Please help me!!!
Does enyone know some links for downloading an OpenGL Programming Tutorial.
THX 4 your time!!!
Hey all
The problem started when I accendentially saved a 16-bit bitmap as 24-bit in Photoshop (the default saving position is 24-bit for bitmaps in Ps). This slowed my game down to a constant 50...
One of the best book i've read was "Programming Role Playing Game with DirectX" by James Adams. It is a long book but easy to handle and gave a pretty good intro to DX 8.1
If you know a little about C/C++ theres a tutorial that will show you how to compile a game using the free Bloodshed's DEV C++ compiler and directX8.1 here: www.imagethis.org the source code isn't...
: How can i execute windows commands from a java prog? I would like to display my help file (html) in the standard browser (prolly IE), and i thought i could do this executing its command, or is...
opengl doesnt have a camera-coordinatesystem,it uses two matrices (a look matrix and an objectmatrix) which are both aplied to the vertices to transform them (these means translate,scale,rotate and...
If you use OpenGL or DirectX you automatically use hardware acceleration (or as much as possible of it).
Now these books (especially the one concerning 3D graphics) must use OpenGL or DirectX to...