Update README.md

This commit is contained in:
Albin Corén 2018-03-05 16:53:54 +01:00 committed by GitHub
parent cfe26d4c7b
commit 6c09adac9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,13 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
* Built in Lag compensation \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation)\]
* NetworkTransform replacement
* Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\]
* Supportes separate Unity projects crosstalking
* Port of NetworkedAnimator
* Networked Object Pooling
## Planned features
* Area of interest
* Core gameplay components similar to what the HLAPI offers
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
* Serializer (both for the library to speed up and to allow structs to be sent easily)
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)