www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DerelictAL with alut?

reply "Jack" <Jackoz530 gmail.com> writes:
Erm excuse me. Does the current DerelictAL come with alut
bindings? If not, does it come with libaudio then?

I saw this very old page on the internet about DerelictAL having
some alut bindings:
http://svn.dsource.org/projects/derelict/trunk/docs/al.html

But I can't find any alut functions.
May 23 2014
parent reply "Rene Zwanenburg" <renezwanenburg gmail.com> writes:
On Friday, 23 May 2014 at 08:17:28 UTC, Jack wrote:
 Erm excuse me. Does the current DerelictAL come with alut
 bindings? If not, does it come with libaudio then?

 I saw this very old page on the internet about DerelictAL having
 some alut bindings:
 http://svn.dsource.org/projects/derelict/trunk/docs/al.html

 But I can't find any alut functions.
There's DerelictALURE, will that work for you? http://code.dlang.org/packages/derelict-alure
May 23 2014
parent reply "Jack" <Jackoz530 gmail.com> writes:
On Friday, 23 May 2014 at 08:36:29 UTC, Rene Zwanenburg wrote:
 On Friday, 23 May 2014 at 08:17:28 UTC, Jack wrote:
 Erm excuse me. Does the current DerelictAL come with alut
 bindings? If not, does it come with libaudio then?

 I saw this very old page on the internet about DerelictAL 
 having
 some alut bindings:
 http://svn.dsource.org/projects/derelict/trunk/docs/al.html

 But I can't find any alut functions.
There's DerelictALURE, will that work for you? http://code.dlang.org/packages/derelict-alure
Thanks for this. Does this have any documentation, or do I use it like alut ?
May 23 2014
next sibling parent reply "Rene Zwanenburg" <renezwanenburg gmail.com> writes:
On Friday, 23 May 2014 at 09:01:24 UTC, Jack wrote:
 On Friday, 23 May 2014 at 08:36:29 UTC, Rene Zwanenburg wrote:
 On Friday, 23 May 2014 at 08:17:28 UTC, Jack wrote:
 Erm excuse me. Does the current DerelictAL come with alut
 bindings? If not, does it come with libaudio then?

 I saw this very old page on the internet about DerelictAL 
 having
 some alut bindings:
 http://svn.dsource.org/projects/derelict/trunk/docs/al.html

 But I can't find any alut functions.
There's DerelictALURE, will that work for you? http://code.dlang.org/packages/derelict-alure
Thanks for this. Does this have any documentation, or do I use it like alut ?
http://kcat.strangesoft.net/alure.html http://kcat.strangesoft.net/alure-docs/files/alure-cpp.html
May 23 2014
next sibling parent "Jack" <Jackoz530 gmail.com> writes:
On Friday, 23 May 2014 at 09:11:45 UTC, Rene Zwanenburg wrote:
 On Friday, 23 May 2014 at 09:01:24 UTC, Jack wrote:
 On Friday, 23 May 2014 at 08:36:29 UTC, Rene Zwanenburg wrote:
 On Friday, 23 May 2014 at 08:17:28 UTC, Jack wrote:
 Erm excuse me. Does the current DerelictAL come with alut
 bindings? If not, does it come with libaudio then?

 I saw this very old page on the internet about DerelictAL 
 having
 some alut bindings:
 http://svn.dsource.org/projects/derelict/trunk/docs/al.html

 But I can't find any alut functions.
There's DerelictALURE, will that work for you? http://code.dlang.org/packages/derelict-alure
Thanks for this. Does this have any documentation, or do I use it like alut ?
http://kcat.strangesoft.net/alure.html http://kcat.strangesoft.net/alure-docs/files/alure-cpp.html
Thank you so much for this.
May 23 2014
prev sibling parent reply Mike Parker <aldacron gmail.com> writes:
On 5/23/2014 6:11 PM, Rene Zwanenburg wrote:

 http://kcat.strangesoft.net/alure-docs/files/alure-cpp.html
Hrm. I looked all over the ALURE homepage for a link to online docs. Thanks for posting it.
May 23 2014
parent "Rene Zwanenburg" <renezwanenburg gmail.com> writes:
On Friday, 23 May 2014 at 09:30:17 UTC, Mike Parker wrote:
 On 5/23/2014 6:11 PM, Rene Zwanenburg wrote:

 http://kcat.strangesoft.net/alure-docs/files/alure-cpp.html
Hrm. I looked all over the ALURE homepage for a link to online docs. Thanks for posting it.
Yeah it's a bit hidden. You can find a link in the download section ;)
May 23 2014
prev sibling parent Mike Parker <aldacron gmail.com> writes:
On 5/23/2014 6:01 PM, Jack wrote:
 On Friday, 23 May 2014 at 08:36:29 UTC, Rene Zwanenburg wrote:
 On Friday, 23 May 2014 at 08:17:28 UTC, Jack wrote:
 Erm excuse me. Does the current DerelictAL come with alut
 bindings? If not, does it come with libaudio then?

 I saw this very old page on the internet about DerelictAL having
 some alut bindings:
 http://svn.dsource.org/projects/derelict/trunk/docs/al.html

 But I can't find any alut functions.
The current iteration of DerelictAL does not include ALUT. AFAIK, alut is a dead library that hasn't been updated in years. I don't have any plans to add it to DerelictOrg. You can use DerelictUtil to create your own binding for it if you absolutely need it, but I think you'd be better served by ALURE.
 There's DerelictALURE, will that work for you?

 http://code.dlang.org/packages/derelict-alure
Thanks for this. Does this have any documentation, or do I use it like alut ?
As per the project readme, DerelictALURE is a binding to the 'AL Utilities REtooled' library. If you go to the ALURE homepage[1], you can download a source archive of the latest release. Within you'll find the documentation for the ALURE API. [1] http://kcat.strangesoft.net/alure.html
May 23 2014