From 1574256328232863c13bba8655f3119049681feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20S=2E=20=C5=81ukasiewicz?= Date: Tue, 4 Mar 2025 10:47:11 +0100 Subject: [PATCH] Add roadmap to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1b4c3ad..66075cf 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,17 @@ When building for Windows with MinGW-LLVM, you need to [select this compiler](ht ```powershell scons platform=windows use_mingw=yes use_llvm=yes ``` + +## Roadmap + +- When having a short tracker interruption, maintain it in the same position until it times out to minimize the viewport jumps +- Try to have some acceptable setup for Varjo even without the tracker +- Rework the fly area + - Make it bigger + - Keep it square to avoid assymetric geometry + - Don't use the flat plane, just flatten the terrain + - Make the terrain mostly green, but add some small patches of different color +- Fix z-figthing when looking at the runway from afar +- Reduce pixel artifacts + - Adjust antialiasing + - Ensure there are mipmaps and they're used