From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 05:51:39 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 C9F1D16A4B3 for ; Thu, 18 Sep 2003 05:51:39 -0700 (PDT) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC0643F3F for ; Thu, 18 Sep 2003 05:51:36 -0700 (PDT) (envelope-from jstewart@rtl.org) Received: from rtl.org (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id h8ICivT27040; Thu, 18 Sep 2003 08:44:57 -0400 Message-ID: <3F69AACF.3070209@rtl.org> Date: Thu, 18 Sep 2003 08:53:35 -0400 From: Jason Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Alastair G. Hogge" References: <200309182056.01076.agh@tpg.com.au> In-Reply-To: <200309182056.01076.agh@tpg.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BSD graphic interface 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: Thu, 18 Sep 2003 12:51:39 -0000 Alastair G. Hogge wrote: >Hello all, > >I'm interested in playing around with some graphics programming in FreeBSD but >not under XFree86. Are there any graphics interfaces/APIs for the console? >I'm looking for something that is most definitely BSDL'd. Another plus would >be a C++ designed API > >Does anyone have any information that might be helpfull? > >Thanks in advance >-Alastair > >_______________________________________________ >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" > > > libsdl (http://www.libsdl.org/index.php) can write to the console, and also works with C++. Jason