[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SDL vs GGI



On Tue, Aug 31, 1999 at 06:48:32PM -0300, Pedro Medeiros wrote:
> >> Clanlib! ;)
> >Yeah, I did consider ClanLib. The biggest problem with ClanLib is that
> it's
> >written in C++. Bummer.
> 
> I would like to see a SDK written in Objective-C, although it can
> use C code. :)

Then I'll just have to show you what I'm writing right now, and will be out
"later this year". It's a OpenGL toolkit + joystick, sound output and stuff,
that mimics AppKit (from OpenStep) API. Exactly what PLIB is doing. I started
writing it for this 3D thing I'm making. If I knew PLIB was out, I would
never have started writing it.

-- 
Borko Jandras	<bjandras@public.srce.hr>

P.S. My general rule is: if you expect other people to be using your lib,
     write it in plain C.