Mouse movement is much better (much smoother) now, but was a little too slow on my PC (easy to fix (if its based on time))
There is one more thing I think you should do to give the game the justice it deserves in terms of looking fast:
Make moving around smoother: When I move, the game is very jerky.
What I am saying is that now if I just use the mouse to look around it looks like 60fps (Looks fantastic), but as soon as I press a key it looks like 10fps (Bad).
Perhaps in your code you have something like when W is pressed add 10 to X position, well it shouldnât, it should somehow incrementally add to X over time so that it doesnât suddenly go from X=42 to X=52.
I think the game will benefit greatly from this change as it will appear that the performance has increased alot.