From owner-freebsd-questions@FreeBSD.ORG Sun May 11 13:00:12 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 90A7837B401 for ; Sun, 11 May 2003 13:00:12 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA32B43FF2 for ; Sun, 11 May 2003 13:00:07 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (rwcrmhc51) with ESMTP id <2003051120000705100h037le>; Sun, 11 May 2003 20:00:07 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h4BK06uD005077; Sun, 11 May 2003 16:00:06 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h4BK05fa005074; Sun, 11 May 2003 16:00:05 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Katinka Mills" References: From: Lowell Gilbert Date: 11 May 2003 16:00:05 -0400 In-Reply-To: Message-ID: <44ptmp2r0a.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 20:00:12 -0000 "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.