2023-02-14 20:15:32 +01:00
|
|
|
fantasy telescope idea
|
|
|
|
|
|
|
|
use rti1w as a base
|
|
|
|
|
2023-02-15 00:30:29 +01:00
|
|
|
* [x] server waits for connection
|
|
|
|
* [x] client establishes connection
|
2023-02-17 22:06:55 +01:00
|
|
|
* [x] send a message to the client
|
2023-02-18 19:35:15 +01:00
|
|
|
* [x] move core rendering out of main.cpp
|
|
|
|
* [ ] combine 'hittable' 'hittable_list' and 'scene'
|
2023-02-17 23:55:31 +01:00
|
|
|
* [x] send rendered image data to client
|
|
|
|
* [x] form image file on client
|
2023-02-15 00:30:29 +01:00
|
|
|
* [ ] client sends receiving port to server
|
|
|
|
* [ ] client application sends command to send image
|
|
|
|
* [ ] server receives imaging command
|
|
|
|
* [ ] server renders image
|
|
|
|
* [ ] server sends image data stream to client
|
|
|
|
* [ ] client application receives image
|
|
|
|
* [ ] client requests resend of lost packets
|
|
|
|
* [ ] client displays image
|
|
|
|
* [ ] client saves image to file
|
|
|
|
* [ ] server sends telemetry to client (what telemetry?)
|
|
|
|
* [ ] server compresses image before sending to client
|
|
|
|
* [ ] client specifies image parameters
|
2023-02-14 20:15:32 +01:00
|
|
|
|
|
|
|
|