derelict-enet 2.0.0

A dynamic binding to the ENet library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictENET

A dynamic binding to ENet for the D Programming Language.

For information on how to build DerelictENet and link it with your programs, please see the post Using Derelict at the The One With D.

For information on how to load the ENet library via DerelictENet, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.enet.enet;

void main() {
    // Load the ENet library.
    DerelictENet.load();

    // Now ENet functions can be called.
    ...
}
Authors:
  • ponce
Dependencies:
derelict-util
Versions:
4.2.0 2020-Sep-08
4.1.0 2017-Jun-08
4.0.0 2017-Feb-24
3.0.0 2016-Oct-04
2.0.0 2015-May-24
Show all 10 versions
Download Stats:
  • 0 downloads today

  • 3 downloads this week

  • 8 downloads this month

  • 4575 downloads total

Score:
1.2
Short URL:
derelict-enet.dub.pm