Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BwdYeti/GGPOUE4
Unreal Engine 4 plugin port of GGPO
https://github.com/BwdYeti/GGPOUE4
Last synced: about 1 month ago
JSON representation
Unreal Engine 4 plugin port of GGPO
- Host: GitHub
- URL: https://github.com/BwdYeti/GGPOUE4
- Owner: BwdYeti
- License: mit
- Fork: true (pond3r/ggpo)
- Created: 2020-06-18T19:53:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T04:13:40.000Z (over 4 years ago)
- Last Synced: 2024-08-02T16:31:06.654Z (4 months ago)
- Language: C++
- Homepage:
- Size: 552 KB
- Stars: 37
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - GGPOUE4 - Unreal Engine 4 plugin port of GGPO (Networking)
README
# GGPOUE4
A port of [GGPO](http://ggpo.net) to an Unreal Engine 4 plugin.
## Setup & Usage
Add to the Plugins folder of your Unreal project.
See [doc/README.md](doc/README.md), [doc/DeveloperGuide.md](doc/DeveloperGuide.md), and the [GGPO GitHub](https://github.com/pond3r/ggpo) for more information.
### Sample Application
[VectorWar UE4](https://github.com/BwdYeti/VectorWarUE4) is a port of the GGPO sample game VectorWar, using GGPOUE4 for netcode.
### Issues
Currently only usable with Windows, as the GGPO source and network layer depend on Win32 APIs. May be able to reuse some UE4 functionality for the underlying connection?
## 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.