update todo

This commit is contained in:
ktyl 2023-02-20 01:21:10 +00:00
parent 75e9bac556
commit 3d2c8e83a6
1 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,10 @@ https://www.linuxhowtos.org/C_C++/socket.htm
* [x] waits for connection
* [x] send a message to the client
* [x] move core rendering out of main.cpp
* [ ] combine 'hittable' 'hittable_list' and 'scene' into 'world'
* [x] combine 'hittable' 'hittable_list' and 'scene' in 'world'
* [x] send rendered image data to client
* [x] form image file on client
* [ ] extract netcode from main
* [ ] specify protocol format
* [ ] receive imaging command
* [x] render image