From 58e02b2cb1efaabd95ab373a788794154a889859 Mon Sep 17 00:00:00 2001 From: tovjemam Date: Fri, 15 Aug 2025 20:40:35 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b75ae82..3a139a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # PortalGame ## TODO + +Fix known issues: - [ ] Fix GL_LINEAR_MIPMAP_LINEAR error - [ ] Use cached textures when loading meshes instead of always loading the textures again for each mesh - [ ] Fix apparently incorrect light radius of lights visible through scaled portals + +Add new features: +- [ ] Text and UI rendering +- [ ] Static models +- [ ] Dynamic entities +- [ ] Dynamic lights