Jump to page: 1 2
Thread overview
Wiki page for C bindings / wrappers and reimplementations
Jul 30, 2012
Marco Leise
Jul 30, 2012
David
Jul 30, 2012
Marco Leise
Jul 31, 2012
Pragma Tix
Jul 31, 2012
Nick Sabalausky
Jul 31, 2012
Brad Anderson
Jul 31, 2012
Walter Bright
Jul 31, 2012
Jacob Carlborg
Aug 01, 2012
Marco Leise
Aug 01, 2012
David
Aug 01, 2012
Marco Leise
Aug 01, 2012
dnewbie
Aug 09, 2012
Marco Leise
July 30, 2012
I find that we lack a way to search for ported C headers or D alternatives that do the same. So I started a Wiki page here: http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings

Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in a distant future, which make searching by category or compatibility easier.

-- 
Marco

July 30, 2012
Am 30.07.2012 16:50, schrieb Marco Leise:
> I find that we lack a way to search for ported C headers or D alternatives that do the same. So I started a Wiki page here: http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings
>
> Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in a distant future, which make searching by category or compatibility easier.
>

This great and yeah on dlang.org it would be even better.
July 30, 2012
Am Mon, 30 Jul 2012 20:30:21 +0200
schrieb David <d@dav1d.de>:

> Am 30.07.2012 16:50, schrieb Marco Leise:
> > I find that we lack a way to search for ported C headers or D alternatives that do the same. So I started a Wiki page here: http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings
> >
> > Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in a distant future, which make searching by category or compatibility easier.
> >
> 
> This great and yeah on dlang.org it would be even better.

Hey you just say that because Glamour is already in the list ;)

-- 
Marco

July 31, 2012
Am 30.07.2012 16:50, schrieb Marco Leise:
> I find that we lack a way to search for ported C headers or D alternatives that do the same. So I started a Wiki page here: http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings
>
> Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in a distant future, which make searching by category or compatibility easier.
>

Not completely OT
A hidden page on D WIKI

http://prowiki.org/wiki4d/wiki.cgi?PortingFromCxx
written by Bill Baxter (and ahem.. m)

This is D1 stuff, nevertheless it is a shame that this page including other C++ to D stuff is NOT part of Dlang...

_Try to find this page form WIKI main_

But I gave up to see any sense in D development organization at all. Just want to say.

July 31, 2012
On Tue, 31 Jul 2012 02:37:44 +0200
Pragma Tix <pragmatix@orange.fr> wrote:

> Am 30.07.2012 16:50, schrieb Marco Leise:
> > I find that we lack a way to search for ported C headers or D alternatives that do the same. So I started a Wiki page here: http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings
> >
> > Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in a distant future, which make searching by category or compatibility easier.
> >
> 
> Not completely OT
> A hidden page on D WIKI
> 
> http://prowiki.org/wiki4d/wiki.cgi?PortingFromCxx
> written by Bill Baxter (and ahem.. m)
> 
> This is D1 stuff, nevertheless it is a shame that this page including other C++ to D stuff is NOT part of Dlang...
> 
> _Try to find this page form WIKI main_
> 
> But I gave up to see any sense in D development organization at all. Just want to say.
> 


Yea, there's also a page about DMD's internals that's always been frustratingly difficult to find. I think the only way you've ever been able to get to it is through the index or a direct URL, and I can't even find it now.

July 31, 2012
On Mon, Jul 30, 2012 at 6:50 PM, Nick Sabalausky < SeeWebsiteToContactMe@semitwist.com> wrote:

>
> Yea, there's also a page about DMD's internals that's always been frustratingly difficult to find. I think the only way you've ever been able to get to it is through the index or a direct URL, and I can't even find it now.
>
>
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide

I also have a lot of difficulty finding it. If you search "DMD Source Guide" it doesn't even show up in the first few pages of results.


July 31, 2012
On 7/30/2012 7:50 AM, Marco Leise wrote:
> I find that we lack a way to search for ported C headers or D alternatives
> that do the same. So I started a Wiki page here:
> http://prowiki.org/wiki4d/wiki.cgi?CLibraryBindings
>
> Not sure if it is useful there. I'd like to see dynamic pages on dlang.org in
> a distant future, which make searching by category or compatibility easier.
>


There's also the Deimos project, which is D interfaces to popular C libraries.

https://github.com/D-Programming-Deimos
July 31, 2012
On 2012-07-31 05:34, Walter Bright wrote:

> There's also the Deimos project, which is D interfaces to popular C
> libraries.
>
> https://github.com/D-Programming-Deimos

Most of the projects on the list point to Deimos projects.

-- 
/Jacob Carlborg
August 01, 2012
Am Mon, 30 Jul 2012 16:50:57 +0200
schrieb Marco Leise <Marco.Leise@gmx.de>:

I have now written a simple web site the lists C bindings by category. It is updated every day.
http://mleise.abcz8.com/d/bindings.php
Currently it only lists Deimos repositories and includes them even if they only contain C headers. Oh and it is ugly.

-- 
Marco

August 01, 2012
Am 01.08.2012 19:18, schrieb Marco Leise:
> Am Mon, 30 Jul 2012 16:50:57 +0200
> schrieb Marco Leise <Marco.Leise@gmx.de>:
>
> I have now written a simple web site the lists C bindings by category. It is updated every day.
> http://mleise.abcz8.com/d/bindings.php
> Currently it only lists Deimos repositories and includes them even if they only contain C headers. Oh and it is ugly.
>

You could make it output json, and someone else does the fancy html?
« First   ‹ Prev
1 2