Skip to content
forked from RainsSoft/enetcs

C#.NET binding for ENet, Base on Libenet:https://github.com/lsalzman/enet

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
License.txt
Notifications You must be signed in to change notification settings

pilgarlicx/enetcs

 
 

Repository files navigation

ENetCS

Linux: Linux Build Status Windows: Windows Build Status

C#.NET binding for ENet

Building

Get a copy of Premake 5 for your OS.

Do not forget to update the enet submodule:

git submodule init
git submodule update

Now run premake:

premake5 --cc=clang gmake # Linux flavor. GCC would work as well.
premake5 vs2013           # Windows build.

Your solution/Makefile files will be in the build directory.

Credits

Original credits to James Zer Bellinger. See Licence.txt for the original licensing terms, and check out ENet for C# for the original code.

About

C#.NET binding for ENet, Base on Libenet:https://github.com/lsalzman/enet

Resources

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.4%
  • Lua 1.6%