katajakasa / ggpo

Good Game, Peace Out Rollback Network SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's GGPO?

Traditional techniques account for network transmission time by adding delay to a players input, resulting in a sluggish, laggy game-feel. Rollback networking uses input prediction and speculative execution to send player inputs to the game immediately, providing the illusion of a zero-latency network. Using rollback, the same timings, reactions visual and audio queues, and muscle memory your players build up playing offline translate directly online. The GGPO networking SDK is designed to make incorporating rollback networking into new and existing games as easy as possible.

For more information about the history of GGPO, check out http://ggpo.net/

This repository contains the code, documentation, and sample application for the Windows version of the SDK (requires Visual Studio 2019).

Licensing

GGPO is available under The MIT License. This means GGPO is free for commercial and non-commercial use. Attribution is not required, but appreciated.

About

Good Game, Peace Out Rollback Network SDK

License:MIT License


Languages

Language:C++ 83.0%Language:C 16.1%Language:Batchfile 1.0%