Thread overview | |||||
---|---|---|---|---|---|
|
September 21, 2010 d bindings for enet | ||||
---|---|---|---|---|
| ||||
Attachments: | enet (http://enet.bespin.org/) is a thin network layer based on UDP. i post here in case anybody else finds it useful. is there any appropriate dsource project i can add these ? Stephan |
September 21, 2010 Re: d bindings for enet | ||||
---|---|---|---|---|
| ||||
Posted in reply to Stephan | 21.09.2010 19:06, Stephan wrote:
> enet (http://enet.bespin.org/) is a thin network layer based on UDP.
>
> i post here in case anybody else finds it useful. is there any appropriate dsource project i can add these ?
>
> Stephan
Nice, thanks!
You could try convincing aldacron (author and maintainer of Derelict, see dsource.org/projects/derelict) to add these, though I have an impression that he didn't want to add more bindings at some point. Anyway, Derelict uses run-time dynamic linking (e.g. manually loads .dll/.so and binds function pointers) instead of load-time one, so these bindings as they are would require Derelictifying first if they are to be added to that project.
Can't think of any other project off the top of my head.
|
September 21, 2010 Re: d bindings for enet | ||||
---|---|---|---|---|
| ||||
Posted in reply to Stephan | Stephan wrote: > enet (http://enet.bespin.org/) is a thin network layer based on UDP. > > i post here in case anybody else finds it useful. is there any appropriate dsource project i can add these ? > > Stephan I believe this is the place, and anybody with a dsource account can commit here: http://www.dsource.org/projects/bindings |
Copyright © 1999-2021 by the D Language Foundation