Newbie gfx library...?

Started by
7 comments, last by cliffhawkens 23 years, 5 months ago
Hey, I''m still learning C++, but I have the basics down. I don''t program Windows, and I was wondering; does anyone know of a simple graphics library so that I can maybe draw some simple 2D shapes and move them around? I''d really appreciate if someone could point the way... thanx =o)
[email=erydo@gdnmail.net" style="color: #ff0000; text-decoration:none; cursor:help;](o= erydo =o)[/email]
Advertisement
try Alelgro. It''s probably the easiest library out there.

JoeMont001@aol.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
...I''ve heard of Allegro, but doesn''t it only work w/DJGPP? I use mingw, and I''m not that willing to convert =o(
Does anyone know if it''ll work with mingw?
Otherwhise I''d use it...
Thanx for the suggestion, tho! =o)
[email=erydo@gdnmail.net" style="color: #ff0000; text-decoration:none; cursor:help;](o= erydo =o)[/email]
Yes.
The newest WIP''s of Allegro work with MiniGW, as well as a bunch of other compilers.

==================
/* todo: insert cool sig */
Martee
Magnum Games.NET
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
No, Allegro can work win visual c++ and I think borland c++ also
Siasoft -when you say "no," does that mean that you''re saying that Martee is wrong? I don''t use MSVC++, but I might be buying a copy soon, but just in case I don''t, I want to know.
Thanx =o)
[email=erydo@gdnmail.net" style="color: #ff0000; text-decoration:none; cursor:help;](o= erydo =o)[/email]
*sigh*
No, I am not wrong...especially since I am currently using MiniGW and Allegro for my game.
From the Allegro docs...

=============================================
============ Supported platforms ============
=============================================

DOS/djgpp - see readme.dj
DOS/Watcom - see readme.wat
Windows/MSVC - see readme.vc
Windows/Mingw32 - see readme.mgw
Windows/RSXNT - see readme.rsx
Windows/Borland - see readme.bcc
Linux (console) - see readme.lnx
Unix (X) - see readme.uni
BeOS - see readme.be

In other words, YES, it does work

==================
/* todo: insert cool sig */
Martee
Magnum Games.NET
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
Thank you so much! I''ll see if I can use it... =o)
However, if anyone knows of any other easy2use gfx libraries, I''m still listening!
[email=erydo@gdnmail.net" style="color: #ff0000; text-decoration:none; cursor:help;](o= erydo =o)[/email]
Also, you said that the newest WIP works with MingW?
Is there anything else I have to download, like special files to put in my compiler''s directory?
I''ll go ahead and d/l it anyways, but I just thought I''d ask, just in case =o)
[email=erydo@gdnmail.net" style="color: #ff0000; text-decoration:none; cursor:help;](o= erydo =o)[/email]

This topic is closed to new replies.

Advertisement