Update ideas

This commit is contained in:
Miloslav Číž 2020-10-30 13:39:46 +01:00
parent 36cec8a911
commit 3b61ee6a0e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ These are some ideas about what you can do with this game:
- Port to VR :) - Port to VR :)
- Add OpenGL (or other accelerated) rendering, with true 3D, true color, - Add OpenGL (or other accelerated) rendering, with true 3D, true color,
antialiasing, texture filtering etc. antialiasing, texture filtering etc.
- Add movement inertia.
- Improve SW rendering on PC, e.g. use full z-buffer, particle effects etc. - 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 - Try to add screen space filters, like screen space antialiasing or pixel art
upscaling algorithms. 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 - Create an "HD" pack, upscale textures, use more colors, HQ sounds, add
postprocessing etc. postprocessing etc.
- Take the assets and recreate the game in another engine, e.g. the Doom engine. - 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. - 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 - Create a script that will create 3D obj models of the levels, to be used in
Blender etc. Blender etc.