Update ideas

This commit is contained in:
Miloslav Číž 2020-11-22 20:09:16 +01:00
parent 8cfc99f4b7
commit ed349fc6d7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ These are some ideas about what you can do with this game:
- Add OpenGL (or other accelerated) rendering, with true 3D, true color,
antialiasing, texture filtering etc.
- Add movement inertia.
- Add possibility to load levels at runtime from a file.
- 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.