From dfbc8ce2d983a406b09570382c5a7dc04bc2e563 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 18 Oct 2019 22:44:03 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d47e917..3e760be 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,22 @@ A Minecraft clone written in C++ with OpenGL +![](https://imgur.com/fUf4U4R.png) +### Development Checklist +[-] Block atlas +[-] Texturing faces +[-] Mesh chunks +[-] Fog +[ ] Fustrum culling +[ ] Chunk generation around the player +[ ] Threaded chunk generation +[ ] Player collision +[ ] Player cursor +[ ] Procedural world generation +[ ] . . . + +Even after this initial short checklist there will be a lot to implement to have a playable minecraft clone, its really there so you can see the development stage of the renderer. ### Disclaimer