Forums
Some new tutorials on the way - Printable Version

+- Forums (http://www.scratchpadgames.net/forums)
+-- Forum: I don't have the book, but I have questions! (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=28)
+--- Forum: Code Questions (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=29)
+--- Thread: Some new tutorials on the way (/showthread.php?tid=544)



Some new tutorials on the way - Brian Beuken - 09-08-2019

A long time ago in a galaxy far away, about 10 years ago, some of my University collegues and I put together a basic introduction to C++ for games, and it was hosted on a few game dev sites.
Over time though they started to show their age and slipped down the search rankings. Despite saying every year we would update them, and make sure students were pointed to them, we just never got round to it.

But they have finally been updated, and will soon be hosted on my collegue Jeremiah van Oostens website at 3Dgep.com, where hopefully we can maintain and expand them,  just as soon as my OCD co-writers can stop tinkering with it.

If you want to learn C++ on your PC, and make some basic but functional content that can build into games (not unlike the methods I use for the 2D content in my book) feel free to check it out.

If you are a slightly more advanced coder, Jeremiah site is an amazing resource for you to enhance your 3D graphic knowledge and get into some very (I do mean very) complex content.. But theres some beginner/intermediate stuff there too.


RE: Some new tutorials on the way - jomoengineer - 09-08-2019

Hey Brian,

Thanks for sharing this. I'll be sure to check it out.

Cheers,

Jon


RE: Some new tutorials on the way - Brian Beuken - 09-12-2019

First part, which is the most boring part setting up Visual Studio 2019 is now up and running, more parts incomming.

https://www.3dgep.com/cpp-fast-track-1-getting-started/


RE: Some new tutorials on the way - jomoengineer - 09-13-2019

Looks cool.

Thanks for sharing this.


RE: Some new tutorials on the way - Brian Beuken - 09-18-2019

Part 2 up and ready, with some code to work with... part 3 coming soon


RE: Some new tutorials on the way - jomoengineer - 09-19-2019

Very cool Brian.

So, looking at the files for the template, it looks like they are using GLEW and GLFW as well as SDL, so this is more directed to the desktop PC rather than a SBC, correct?. It seems like a nice place to start for someone just getting started or those that need a refresher though.

Thanks!


RE: Some new tutorials on the way - Brian Beuken - 09-19-2019

yes its for standard PC coding


RE: Some new tutorials on the way - Brian Beuken - 02-21-2020

several more parts are up and ready to play with, more to come.