aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rstnode: refactoring server and client components into rst-coreHEADmasterKatharina Fey2021-02-1424-84/+473
| | | | | | * Add an inbox/ outbox system to server components * Define a data flow from Request -> computation -> Update * Create simple handlers to call server or client code for requests
* rstnode: add network packet envelope to wire typesKatharina Fey2021-02-112-7/+26
|
* rstnode: basic mouse input handlingKatharina Fey2021-02-071-1/+3
|
* rstnode: create small graphics exampleKatharina Fey2021-02-062-5/+4
|
* rstnode: restructure project into workspace and sub-cratesKatharina Fey2021-02-0624-0/+1734