Re: BSD graphic interface

2003-09-18 Thread Vulpes Velox
On Thu, 18 Sep 2003 23:15:53 +1000 "Alastair G. Hogge" <[EMAIL PROTECTED]> wrote: > > 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

Re: BSD graphic interface

2003-09-18 Thread Alastair G. Hogge
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

Re: BSD graphic interface

2003-09-18 Thread Jason Stewart
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 Doe