LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Graphics programming in linux (https://www.linuxquestions.org/questions/programming-9/graphics-programming-in-linux-41411/)

juby 01-14-2003 05:01 AM

Graphics programming in linux
 
Hi guys ,

Can u tell me some link where i can find tutorials for graphics programming in linux ????

sock 01-14-2003 08:12 AM

Well if you want to do OpenGL programming, the OpenGL website at www.opengl.org has excellent tutorials, and links to plenty of other sites. If you want to use existing tools and make a game or something, check out crystal.sourceforge.net for the best open source engine I know of. If you want to roll your own, SDL is the way to go and you can find tutorials at http://www.kekkai.org/roger/sdl/

And search Google for "SDL tutorial" or "OpenGL tutorial" to find some excellent work.

Null 01-14-2003 09:33 AM

Also http://nehe.gamedev.net

juby 01-14-2003 11:43 AM

Thanx a lot guys :)

FredrikN 01-14-2003 12:45 PM

Or Java ??

http://graphics.stanford.edu/project...rial_java.html

http://java.sun.com/docs/books/tutorial/

evil_lafta 01-15-2003 10:11 AM

yo, i was looking at ascii art documentation. it's kinda targeted towards experienced programmers. is there any newbie documentation for ascii art? this would be my first API.

peace.

membrax 01-15-2003 10:14 AM

On the other side, you could give a try sending an email to :
John.Carmack@HelpMeBuddy.com :D :D :D :D :D

Sometimes good to be humoristic.

evil_lafta 01-15-2003 10:24 AM

who's john carmack?

membrax 01-15-2003 01:57 PM

You must be kidding !

http://www.idsoftware.com

Doom, Doom II, Quake, Quake2, Quake3 Arena, RTCW, coming Doom III
... does this ring a bell ? :D

tundra 01-17-2003 10:18 PM

lol. he's kinda the god of 3d games development

membrax 01-18-2003 09:12 AM

... even more than that I'd say :D

NGraphiX 01-21-2003 06:56 AM

how 'bout just basic commands such as drawing a new window
in X, and then plotting a point?
just what/where are the basic libs for doing that kinda' stuff?

membrax 01-21-2003 12:15 PM

OK, you'll then have to learn how the widgets work.
Not too complicated but lot of details.

Strengh & honor !

NGraphiX 01-23-2003 04:39 AM

widgets? aren't they part of KDE?
isn't ther some library of X itself?

Ztyx 01-24-2003 07:57 AM

Quote:

Originally posted by NGraphiX
how 'bout just basic commands such as drawing a new window
in X, and then plotting a point?
just what/where are the basic libs for doing that kinda' stuff?

You'll probably want to use SDL for that.

Sheers


All times are GMT -5. The time now is 03:59 AM.