Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2003 14:41:16 -0700
From:      Joshua Oreman <oremanj@webserver.get-linux.org>
To:        Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
Cc:        questions@freebsd.org
Subject:   Re: C Graphics Tutorial
Message-ID:  <20030511214116.GC52908@webserver.get-linux.org>
In-Reply-To: <44ptmp2r0a.fsf@be-well.ilk.org>
References:  <FPEOKJIFLCAMCIODEAJPAEKHEHAA.kat-free@kaqelectronics.dyndns.org> <44ptmp2r0a.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 11, 2003 at 04:00:05PM -0400 or thereabouts, Lowell Gilbert seemed to write:
> "Katinka Mills" <kat-free@kaqelectronics.dyndns.org> writes:
> 
> > I have googled, and come up with nout :o( (well lots of broken links)
> > 
> > Does anyone know a good source to learn Graphics in C ?
> > 
> > I am not after making great 3D Graphics or any stuff like that, just simple
> > graphics like make the screen blue, put a boarder around etc etc.
> 
> The C language itself does not support graphics.  What you'll want to
> learn is a particular graphics library (or API, to be more accurate)
> in a specific environment.  On FreeBSD, one such approach would be to
> learn GTK, running on X.

http://alleg.sf.net/
http://libsdl.org/

They're both great gfx libraries. They run in X. They are more intended
for games and other programs that need direct control of the GFX hardware,
rather than for GUIs. For GUI, check out GTK+ for C or Qt for C++.

HTH,
-- Josh

> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511214116.GC52908>