New Member

Bob Cober plug-devel@lists.PLUG.phoenix.az.us
Wed Apr 2 19:27:02 2003


This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C2F949.DCC65730
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Greetings Phil!

If you are only need 2d, check out the Simple DirectMedia Layer =
www.libsdl.org - It is an outstanding open-source cross-platform library =
for graphics, sound, and input.   This is what you want if you want =
full-screen multi-resolution support without needing to do low-level =
X-Windows API.

If you need 3d, then

An open-source version of OpenGL is availible at: =
http://www.mesa3d.org/.

If you want hardware acceleration, see www.nvidia.com or =
http://dri.sourceforge.net/ .

Also, you can use the sdl or =
http://www.opengl.org/developers/documentation/glut.html with whatever =
OpenGL implementation you want.

And of course, I highly recommend both gcc http://gcc.gnu.org/ for your =
compiler and Emacs http://www.gnu.org/software/emacs/ as your editor.

Good Luck!!
  ----- Original Message -----=20
  From: Phil Winninghoff=20
  To: Developers PLUG=20
  Sent: Wednesday, April 02, 2003 4:51 PM
  Subject: New Member


  I am a new member and fairly new to Linux, but have been hacking for =
several years. In my migration from  MS DOS I am haveing some difficulty =
with some of the things I want to do. I have been developing a system =
derived from the turtle graphics work done at MIT in the seventies and =
am looking for help in porting it to Linux. I have it partially working =
under FreeX86. The DOS version sets up the monitor modes and uses the =
full screen. I think that Open GL uses this method but do not have =
loaded on my computer. If there is someone willing to give me some help =
with this I will certainly appreciate it.

------=_NextPart_000_0046_01C2F949.DCC65730
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Greetings Phil!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>If you are only need 2d, check out the =
Simple=20
DirectMedia Layer&nbsp;<A =
href=3D"http://www.libsdl.org">www.libsdl.org</A> - It=20
is an outstanding&nbsp;open-source cross-platform library for graphics, =
sound,=20
and input.&nbsp;&nbsp;&nbsp;This is what you want if you want =
full-screen=20
multi-resolution support without needing to&nbsp;do =
low-level&nbsp;X-Windows=20
API.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>If you need 3d, then</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2>An open-source version of OpenGL is =
availible at:=20
<A =
href=3D"http://www.mesa3d.org/">http://www.mesa3d.org/</A>.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>If you want hardware acceleration, see =
<A=20
href=3D"http://www.nvidia.com">www.nvidia.com</A> or <A=20
href=3D"http://dri.sourceforge.net/">http://dri.sourceforge.net/</A>&nbsp=
;.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Also, you can use the sdl or <A=20
href=3D"http://www.opengl.org/developers/documentation/glut.html">http://=
www.opengl.org/developers/documentation/glut.html</A>&nbsp;with=20
whatever OpenGL implementation you want.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>And of course, I highly recommend both =
gcc <A=20
href=3D"http://gcc.gnu.org/">http://gcc.gnu.org/</A>&nbsp;for your =
compiler=20
and&nbsp;Emacs <A=20
href=3D"http://www.gnu.org/software/emacs/">http://www.gnu.org/software/e=
macs/</A>&nbsp;as=20
your editor.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Good Luck!!</FONT></DIV></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dpegaphil@cox.net href=3D"mailto:pegaphil@cox.net">Phil =
Winninghoff</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
  title=3Dplug-devel@lists.PLUG.phoenix.az.us=20
  href=3D"mailto:plug-devel@lists.PLUG.phoenix.az.us">Developers =
PLUG</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Wednesday, April 02, 2003 =
4:51=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> New Member</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>I am a new member and fairly new to =
Linux, but=20
  have been hacking for several years. In my migration from&nbsp; MS DOS =
I am=20
  haveing some difficulty with some of the things I want to do. I have =
been=20
  developing a system derived from the turtle graphics work done at MIT =
in the=20
  seventies and am looking for help in porting it to Linux. I have it =
partially=20
  working under FreeX86. The DOS version sets up the monitor modes and =
uses the=20
  full screen. I think that Open GL uses this method but do not have =
loaded on=20
  my computer. If there is someone willing to give me some help with =
this I will=20
  certainly appreciate it.<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0046_01C2F949.DCC65730--