Question, is background moving right to left and Player/Camera are fixed or the other way around?
I guess both are possible but witch method are more practical?
Keep the level elements static and move the ship + camera. It will be less resource intensive. Otherwise you would have to calculate all of the background elements transforms per frame.