From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 06:17:15 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 2361116A4B3 for ; Thu, 18 Sep 2003 06:17:15 -0700 (PDT) Received: from mail3.tpgi.com.au (mail.tpgi.com.au [203.12.160.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8874343F85 for ; Thu, 18 Sep 2003 06:17:13 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from 192.168.0.2 (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail3.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h8IDH9I08915; Thu, 18 Sep 2003 23:17:09 +1000 From: "Alastair G. Hogge" To: Jason Stewart Date: Thu, 18 Sep 2003 23:15:53 +1000 User-Agent: KMail/1.5.3 References: <200309182056.01076.agh@tpg.com.au> <3F69AACF.3070209@rtl.org> In-Reply-To: <3F69AACF.3070209@rtl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309182315.53572.agh@tpg.com.au> 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 13:17:15 -0000 On Thursday, 18 September 2003 22:53, Jason Stewart wrote: > 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++. Yeah I'm aware of LibSDL and I was thinking of using it. But decided against it because of the GLPL. If there's some similar with a BSD license that would great. If not...how would I start a project like it? The reason I'm interested is because I want try and provide a different GUI for installation. Just so newbies have the choice of sysinstall or whatever...