best youtubers to subscribe to

Started by
15 comments, last by Chad Smith 11 years, 4 months ago
who should i subscribe to on youtube to learn more about game development, and programming.
Advertisement
-What language do you use?
-Do you want to make 2D games or 3D?
Though not game dev specific http://www.newthinktank.com/ (youtube channel: http://www.youtube.com/channel/UCwRXb5dUK4cvsHbx-rGzSgw) has some very good Java and JavaScript tutorials (and others). He does have a few Java game programming vids. He took a vote as to what tutorials he should do next and it looks like Android/Games is winning to be included next. I especially like his videos because they are condensed with all the bs removed.

I haven't really checked it out yet but The Cherno Project looks promising. http://www.youtube.com/user/TheChernoProject
Here are the once i watched but I am not subscribed to any of them (no need).

These are C++, SDL, OpenGL, Bullet tutorials

http://www.youtube.com/playlist?list=PLA191965E5A9AD158&feature=plcp
http://www.youtube.com/user/thecplusplusguy/featured
http://www.youtube.com/playlist?list=PLA72A42FCB1EA11B2&feature=plcp

person on the second link uses linux but all the code works on windows as well
Though not completely technical. IndieChatter is a really great channel where you can learn many of the things that characterize the indie game developer life! . It's not a tutorial channel it's a vlog, but if you fell bored in a raining day go check it out!

-What language do you use?
-Do you want to make 2D games or 3D?


no one in particular just looking for anyone on youtube who is talking about game development and programming.
Its called reading books and scavenging documentation. Youtube (or Vimeo, or 10,000 other sites) is completely free, and what money is possibly earned from it is very little. If someone made a video tutorial about how to make a game, baby-stepping you all along through programming and content (which I haven't heard of, as it would take VERY long to create such a thing, time is expensive for a skilled programmer), why would they offer it up for free on the internet, thus wasting time worth $2400 (programmer earns 60k a year, $30 per hour, takes 2 weeks to make a pong or tic-tac-toe tutorial series, probably), and not earning anything off of it. Yes, there are great videos on varied subjects, but they are usually contributed freely by experienced (and unexperienced) people with no intent on giving you a Grade A curriculum on Youtube for free, but rather enjoy teaching sometimes on certain subjects. For example, I am sure if Dennis Ritchie and Brian Khernigan were creating C in this era, they would not make a Youtube channel off of it, but write a book, as they did. The book probably made more money than their Bell Laboratory salaries (I would assume, I have no facts to back that up, but it is almost obvious). That book is called The C Programming Language, and I would very much recommend it to you.

EDIT: I am sure you will run into programming tutorial series (*cough* The New Boston *cough*), however these are usually not of good quality (*cough* The New Boston *cough*). Books are edited to the teeth by an arsenal of competent and experienced professionals, videos are made in a garage by a hobbyist.

EDIT#2: I am not trying to criticize or chastise you, your questions are in a league with Einstein's compared to mine back on the old mailing lists and such.

C dominates the world of linear procedural computing, which won't advance. The future lies in MASSIVE parallelism.

thecplusplusguy (SDL, openGL, and game programming)
http://www.youtube.c...thecplusplusguy

thenewboston (He teaches c, c++, c#, java, and so on)
http://www.youtube.c...er/thenewboston

xoaxdotnet (A lot of tutorials, but I like the algorithm ones)
http://www.youtube.com/user/xoaxdotnet

ChiliTomatoNoodle (directx 9 tutorials)
http://www.youtube.c...iliTomatoNoodle

UNSW lectures (Lectures from an australian university, I like the Computer Science course)
http://www.youtube.c...r/UNSWelearning

Chelin Tutorials (In spanish, but he's very good. Java, python, C, pygame, and java game development)
http://www.youtube.c...ChelinTutorials


And isn't an youtube channel, but I also know the free courses from Coursera. Computer science, algorithms, cryptography, and so on.
https://www.coursera.org/

Youtube (or Vimeo, or 10,000 other sites) is completely free, and what money is possibly earned from it is very little. If someone made a video tutorial about how to make a game, baby-stepping you all along through programming and content (which I haven't heard of, as it would take VERY long to create such a thing, time is expensive for a skilled programmer), why would they offer it up for free on the internet, thus wasting time worth $2400 (programmer earns 60k a year, $30 per hour, takes 2 weeks to make a pong or tic-tac-toe tutorial series, probably), and not earning anything off of it.


This is basically the same argument against open source software, yet people still develop, for free even.


Books are edited to the teeth by an arsenal of competent and experienced professionals, videos are made in a garage by a hobbyist.


Well, maybe edited by one or two professionals. Not all videos aren't created equal. Some leverage the community and essentially have hundreds of people pointing out errors to be fixed. I've also paid good money for books written by "experienced professionals" that I found dozens of errors in. But yes, even the best tutorials won't have the depth a really well written book would have and shouldn't be used as a substitute.
I have a complete series where I build a memory match game from scratch:

+---------------------------------------------------------------------+

| Game Dev video tutorials -> http://www.youtube.com/goranmilovano | +---------------------------------------------------------------------+

This topic is closed to new replies.

Advertisement