1
General / Re: Advice on Background Coding.
« on: November 19, 2012, 11:02:01 am »
There is many, many ways to do what you want to do. It really depends on how you want it to look.
More importantly though - you probably shouldn't be moving your background at all, much less simulating it with a rigid body. Construct your background/scene with whatever you want, then leave it be and move a camera around on it (sf::View).
I would go for a tiled thing or just freely placed sprites, which you could place semi-randomly.
More importantly though - you probably shouldn't be moving your background at all, much less simulating it with a rigid body. Construct your background/scene with whatever you want, then leave it be and move a camera around on it (sf::View).
I would go for a tiled thing or just freely placed sprites, which you could place semi-randomly.