Hi there I'm currently making a vertical shooter in SFML. This is my first Project in SFML so I'm new.
I have a question about the view:
Would it be better to use a view for an vertical shooter OR
Would it be better to just scroll the background and let the enemies appear on given time values...
I'm started with a view and ran in to a few problems, that's the reason I'm asking.
Because if i use a view I have to adjust nearly everything on the screen to the view, so I have to add a given value to the y position to every sprite in every tick to hold the whole sprite list in the center of the Window. Sounds not very good for the resources and the speed of the program.
So I assume the view is just a good choice for games like 2D RPG's. But I don't know if I'm right so I hope you can help me out with that. Or are there features in the view for that? I found the ConvertCoords function but it didn't served my needs..
Thank you. :?: