Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 417 Bytes

GameLoop Networking Core

The Core networking layer for multiplayer projects made in GameLoop community!

Why?

In GameLoop we organize contests, jams and classes about game development. This library will help developers to prototype quickly multiplayer games and applications.

How to build it?

In order to build this library:

cargo build

or in release mode:

cargo build --release