www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - d bindings for enet

reply Stephan <spam extrawurst.org> writes:
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
Sep 21 2010
next sibling parent Stanislav Blinov <blinov loniir.ru> writes:
  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.
Sep 21 2010
prev sibling parent Lutger <lutger.blijdestijn gmail.com> writes:
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
Sep 21 2010