Difference between revisions of "Gideros Unite Framework"

From GiderosMobile
(No difference)

Revision as of 05:11, 14 December 2023

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.pngPlatform linux.png

Gideros Unite Framework

Gideros Unite framework provides a way to implement Multiplayer games. It uses LuaSocket to establish socket connections and even create server/client instances.

It provides the means of device discovery in Local Area Network, and allows to call methods of other devices through network.

About protocols, it is possible to use tcp, udp or both (by binding some method to tcp, if reliability is needed, and others to udp for faster data processing).

Unite Package Unite.zip

Gideros application project DrawTogetherV2.zip


Multiplayer