OpenMW, an open morrowind reimplementation

Saaa empty at needmail.com
Tue Jun 10 10:46:00 PDT 2008


> ArcLib / Yage (where the base code of ArcLib openAL module came from)
> will allow you to get quickly set up using OpenAL. It's the difference 
> between writing
>
> openal.sound.open();
>
> SoundFX snd = new SoundFX("file.ogg / wav");
> snd.play();
>
> openal.sound.process();
>
> versus writing 500 lines of code yourself to accomplish the same thing.
>
> You don't have to use ArcLib, just grab the zlib/png licensed openal 
> module, modify it, and use it in your own project. ;)

Ok, I'll look into it : ) 




More information about the Digitalmars-d-announce mailing list