From 395aba5af4ac0ec5126ff3b5ec42347d6f5f2f7f Mon Sep 17 00:00:00 2001 From: Wojciech Graj Date: Wed, 24 Aug 2022 22:25:33 +0200 Subject: [PATCH] Edit README. Delete TODO.txt --- README.md | 8 +++----- TODO.txt | 8 -------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 TODO.txt diff --git a/README.md b/README.md index aa2be23..2a9bdfb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ The following packages have to be installed prior to compilation: `gcc pkg-confi ``` apt-get install gcc pkg-config libgtk-3-dev libcglm-dev libcurl4-openssl-dev libepoxy-dev ``` -Then to compile, simply: +The makefile automatically checks that the above dependencies are satisfied. + +To compile, simply: ``` make ``` @@ -27,10 +29,6 @@ Windows binaries are provided with github releases. These releases provide the e To compile for windows, MSYS2 is used. First verify that all required packages are installed by calling `util/wininit.sh`, then compile with `util/winbuild.sh`. This creates the `release` directory containing windows binaries and all other required files. -## Contributing - -The program is in a functional state, but it still needs a lot of work to be done on it. A list of things that need to be improved or implemented can be found in the `TODO.txt` file. If you'd want to contribute to the project, please file an issue before commencing any work, since the code will still be undergoing some major changes in the near future. - ## License ``` diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index e32a0a9..0000000 --- a/TODO.txt +++ /dev/null @@ -1,8 +0,0 @@ -- Use texture compression -- Use Uniform structs (std140) -- Kill running threads on exit -- Replace hashmap.c with glib HashTable -- Improve atmosphere shader -- Clean up multithreading sync functions -- Improve settings menu -- Web build? (broadway)