Lazy foo tutorials
Posted: Sun May 02, 2010 7:54 am
This is my review for http://lazyfoo.net/, one of the few SDL tutorials sites. I will be covering the tutorial section. I will be giving 5 things I like and dislike about the tutorials.
What I like about the tutorials:
- wide variety of topics
- is very good when first starting out
- provides examples for all platforms, you don't need to search around to find libraries
- provides source code and it works
- provides pictures of what he is talking about to clarify what he is saying
What I don't like about the tutorials:
- he sticks everything in one file, making it harder to go through the code, would like it better if he had files for each class
- he will explain some things very well, and then not explain something else in as good of detail.
- I find a lot of code for doing things that is not on topic, (for instance, in the tile section, he has a dot walking around the level, kinda annoying when going through the code)
- I don't like how he splits up the source document by class, functions, class functions.
- and the biggest thing is when I go to copy and paste code from the website (because its usually lost some where in the source) it goes on a single line so code gets commented out.
all in all I think I would recommend the site, I would rate it probably around 7/10, it could be improved upon.
What I like about the tutorials:
- wide variety of topics
- is very good when first starting out
- provides examples for all platforms, you don't need to search around to find libraries
- provides source code and it works
- provides pictures of what he is talking about to clarify what he is saying
What I don't like about the tutorials:
- he sticks everything in one file, making it harder to go through the code, would like it better if he had files for each class
- he will explain some things very well, and then not explain something else in as good of detail.
- I find a lot of code for doing things that is not on topic, (for instance, in the tile section, he has a dot walking around the level, kinda annoying when going through the code)
- I don't like how he splits up the source document by class, functions, class functions.
- and the biggest thing is when I go to copy and paste code from the website (because its usually lost some where in the source) it goes on a single line so code gets commented out.
all in all I think I would recommend the site, I would rate it probably around 7/10, it could be improved upon.