From owner-freebsd-questions@FreeBSD.ORG Sun May 11 14:40:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0026D37B404 for ; Sun, 11 May 2003 14:40:32 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C74D343FEA for ; Sun, 11 May 2003 14:40:31 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 53128 invoked by uid 1001); 11 May 2003 21:41:16 -0000 Date: Sun, 11 May 2003 14:41:16 -0700 From: Joshua Oreman To: Lowell Gilbert Message-ID: <20030511214116.GC52908@webserver.get-linux.org> Mail-Followup-To: Lowell Gilbert , questions@freebsd.org References: <44ptmp2r0a.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44ptmp2r0a.fsf@be-well.ilk.org> User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: C Graphics Tutorial X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 21:40:33 -0000 On Sun, May 11, 2003 at 04:00:05PM -0400 or thereabouts, Lowell Gilbert seemed to write: > "Katinka Mills" 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"