From 3d2c8e83a6c8506e968a2d9986f986c61c46cf6a Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 20 Feb 2023 01:21:10 +0000 Subject: [PATCH] update todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11c6205..302d948 100755 --- a/README.md +++ b/README.md @@ -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