From 3b61ee6a0e14fa67c46a30b4cddbb1d5a282418c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 30 Oct 2020 13:39:46 +0100 Subject: [PATCH] Update ideas --- IDEAS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEAS.txt b/IDEAS.txt index 48596d4..8a89118 100644 --- a/IDEAS.txt +++ b/IDEAS.txt @@ -10,6 +10,7 @@ These are some ideas about what you can do with this game: - Port to VR :) - Add OpenGL (or other accelerated) rendering, with true 3D, true color, antialiasing, texture filtering etc. +- Add movement inertia. - Improve SW rendering on PC, e.g. use full z-buffer, particle effects etc. - Try to add screen space filters, like screen space antialiasing or pixel art upscaling algorithms. @@ -28,6 +29,7 @@ These are some ideas about what you can do with this game: - Create an "HD" pack, upscale textures, use more colors, HQ sounds, add postprocessing etc. - Take the assets and recreate the game in another engine, e.g. the Doom engine. +- Try to optimize this further, lower resource usage. - Take another game, e.g. Freedoom, and recreate it in this engine. - Create a script that will create 3D obj models of the levels, to be used in Blender etc.