derelict-enet 1.3.10
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 Building and Using Packages in DerelictOrg at the Derelict forums.
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.
...
}
- Registered by ponce
- 1.3.10 released 10 years ago
- DerelictOrg/DerelictENet
- github.com/DerelictOrg/DerelictENet
- Boost
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
2 downloads this week
-
19 downloads this month
-
5086 downloads total
-
- Score:
- 1.6
- Short URL:
- derelict-enet.dub.pm