derelict-enet 4.2.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

Based on enet version: `1.3.15`

A dynamic binding to ENet for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, or information on how to build DerelictENet and load the ENet library at run time. 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:
  • Guillaume Piolat (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

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

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