Hi, I'm creating an RPG in C++ with SFML which uses a view which is 800 x 600 and the rest of the window is several thousand pixels. I'm wanting to add basic collision detection and I was told to use Box2D.
My problem is, when implementing Box2D and trying to create a body, it'll only draw to the view, and as my player scrolls, the box wont go out of view. Is there any way to get a body to draw to the window and leave the view when out of view?