An open API service indexing awesome lists of open source software.

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

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.