SFML community forums

General => SFML website => Topic started by: lordseanington on November 12, 2014, 05:01:27 am

Title: 2.0 View Tutorial Clarification
Post by: lordseanington on November 12, 2014, 05:01:27 am
I noticed that in the view tutorial in v2.0 is a bit vague but just saying you are supposed to do this

initialize view

game loop
{
do any changes to view
window.setView(view)
}

I was verry confused about this when I started and to save other people the confusion I did this. The sfml system is good but you can get easily confused if you are new to it.
Title: Re: 2.0 View Tutorial Clarification
Post by: Nexus on November 12, 2014, 07:40:54 am
Ironically, your whole post is very vague too ;)

What is exactly the problem, what would you clarify?
Title: Re: 2.0 View Tutorial Clarification
Post by: Gambit on November 12, 2014, 08:46:16 am
The tutorials are not C++ tutorials, they will not hold your hand and walk you through a step-by-step process on how to do everything. The tutorials contain parts of pseudo code in which you are to fill those with your own program logic.