https://github.com/johnpatek/netput
RPC system for input and UI events
https://github.com/johnpatek/netput
capnproto rpc
Last synced: 8 months ago
JSON representation
RPC system for input and UI events
- Host: GitHub
- URL: https://github.com/johnpatek/netput
- Owner: johnpatek
- Created: 2023-12-12T00:12:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T06:52:02.000Z (about 2 years ago)
- Last Synced: 2024-01-05T07:31:31.958Z (about 2 years ago)
- Topics: capnproto, rpc
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netput
Cross platform C++ framework for streaming input and UI events over capnproto RPC.
## Requirements
To build netput, the following is required:
+ C++17(14 might work but I doubt it)
+ CMake
## Usage
netput was designed to resemble SDL events, so the simplest use case is
to capture events in SDL and then send them over the netput client.