Skip to content

KeronTeam/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

Resources

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Packages

No packages published