Programmer's Education Index
Moderator: Coders of Rage
Re: Programmer's Education Index
nope
they just roam the net, looking for new places to post their shit...
they just roam the net, looking for new places to post their shit...
-
- Chaos Rift Newbie
- Posts: 10
- Joined: Mon Jul 12, 2010 3:12 am
- Current Project: iPhone 2D Game
- Favorite Gaming Platforms: Wii, NDS, iPhone, 360
- Programming Language of Choice: Objective-C
- Location: Calgary, AB
Re: Programmer's Education Index
Heres a good one for getting started on iPhone Development:
http://www.71squared.com/
http://www.71squared.com/community/
http://www.71squared.com/
http://www.71squared.com/community/
- epicasian
- Chaos Rift Junior
- Posts: 232
- Joined: Mon Feb 22, 2010 10:32 pm
- Current Project: Gigazilla Engine
- Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
- Programming Language of Choice: C/++
- Location: WoFo, KY
Re: Programmer's Education Index
I found a page about integrating tolua++ into a game engine: http://www.gamedev.net/reference/progra ... s/ToLuaPP/
- Web
- Chaos Rift Newbie
- Posts: 30
- Joined: Sat Mar 12, 2011 11:53 pm
- Current Project: somewhat tinkering on my own game
- Favorite Gaming Platforms: Snes, Sega saturn, Nes, Sega cd, Sega dreamcast
- Programming Language of Choice: C++, Sdl
- Location: Saint marys, West Virgina
- Contact:
Re: Programmer's Education Index
http://www.sdltutorials.com/ is a pretty good site for learning SDL
Pinky are you pondering what im pondering?
I think so Brain but where is the ‘any’ key?â€
I think so Brain but where is the ‘any’ key?â€
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Programmer's Education Index
Just wrote a rather lengthy response about Lua integration, delegation of power between an engine and a scripting language, "triggers," and more here: http://elysianshadows.com/phpBB3/viewto ... =13&t=6014
Added to the index.
Added to the index.
- TheIrishPhilosopher
- Chaos Rift Newbie
- Posts: 20
- Joined: Wed Aug 10, 2011 11:18 am
- Current Project: ASP.NET (work related)
- Favorite Gaming Platforms: Amstrad 464+, Gameboy, PS3, PC
- Programming Language of Choice: c#
- Location: Belfast
Re: Programmer's Education Index
I'm currently going through Michael Dawson's "Learning C++ Through Game Programming".
It's Title is slightly deceptive, it does teach C++ in the context of creating text based games, but it covers a lot of the basics concerning the language.
http://www.amazon.co.uk/Beginning-C-Thr ... 81-8800448
I've also ordered the Course in C++ from "The Game Institute"
http://www.gameinstitute.com/courses.php#cpp1
So I will let you all know how those go...
It's Title is slightly deceptive, it does teach C++ in the context of creating text based games, but it covers a lot of the basics concerning the language.
http://www.amazon.co.uk/Beginning-C-Thr ... 81-8800448
I've also ordered the Course in C++ from "The Game Institute"
http://www.gameinstitute.com/courses.php#cpp1
So I will let you all know how those go...
Life is essentially about exploring, finding our way through a maze of faces, ideas..and different beers!
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Programmer's Education Index
here's some video tutorials (3dbuzz calls em VTMs) C++ III
Pretty decent starting point for people new to programming and games.
Pretty decent starting point for people new to programming and games.
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- Nohbdy
- Chaos Rift Newbie
- Posts: 19
- Joined: Sun Apr 15, 2012 5:39 am
- Current Project: Learning C++
- Favorite Gaming Platforms: Anything capable of expanding the mind.
- Programming Language of Choice: C++
- Location: Tempe, Arizona (United States of America)
C++ Free Video Tutorials
For the beginner C++ programmer,
3DBuzz.com has a few free video tutorials that I love. I started with "Intro to Game Dev" in which I made sure to type everything I was seeing on the screen, since they end up creating an entire simple game from scratch(A level, enemies that go after you and avoid walls, the ability to shoot a fireball at them, etc.). I finally was able to see the entire process of a game, and understand so much better now how to combine all the concepts I learned into a project. I can't replicate the game by hand and there's still plenty I don't understand, but I'll be watching the "Intro to Game Dev" series quite a few times to get it down. Until then though, I went back and noticed their "Introduction to C++" and "Intermediate Techniques" and continually learning.
Registration is required to watch these free videos(except maybe the first).
Here is the link of free C++ videos:
http://www.3dbuzz.com/vbforum/sv_videon ... 74e0f&ks=1
"Intro to Game Dev" specifically:
http://www.3dbuzz.com/vbforum/sv_videon ... a82c99a863
There are 2-3 people talking in these videos, and honestly that's one of the reasons I love it. They keep each other in check with questions and discussion, and their joking around also it makes it very entertaining to watch!
3DBuzz.com has a few free video tutorials that I love. I started with "Intro to Game Dev" in which I made sure to type everything I was seeing on the screen, since they end up creating an entire simple game from scratch(A level, enemies that go after you and avoid walls, the ability to shoot a fireball at them, etc.). I finally was able to see the entire process of a game, and understand so much better now how to combine all the concepts I learned into a project. I can't replicate the game by hand and there's still plenty I don't understand, but I'll be watching the "Intro to Game Dev" series quite a few times to get it down. Until then though, I went back and noticed their "Introduction to C++" and "Intermediate Techniques" and continually learning.
Registration is required to watch these free videos(except maybe the first).
Here is the link of free C++ videos:
http://www.3dbuzz.com/vbforum/sv_videon ... 74e0f&ks=1
"Intro to Game Dev" specifically:
http://www.3dbuzz.com/vbforum/sv_videon ... a82c99a863
There are 2-3 people talking in these videos, and honestly that's one of the reasons I love it. They keep each other in check with questions and discussion, and their joking around also it makes it very entertaining to watch!
--- Knowledge is knowing a tomato is a fruit. Wisdom is knowing not to put it in fruit salad. ---
Re: Programmer's Education Index
Okay didn't want to post a whole new topic to ask this simple question. But what compiler would be suggested or windows that is free and works very well?
-
- Chaos Rift Junior
- Posts: 204
- Joined: Mon Nov 21, 2011 3:01 pm
- Current Project: Web browser from scratch
- Favorite Gaming Platforms: SNES, PSP, PS1 and 3
- Programming Language of Choice: C#
- Location: A house near me
- Contact:
Re: Programmer's Education Index
Microsoft Visual Studio ? (it comes with a IDE and a multi language compiler(s) (c++, c#, vb, f#)Barroll wrote:Okay didn't want to post a whole new topic to ask this simple question. But what compiler would be suggested or windows that is free and works very well?
Re: Programmer's Education Index
Alright awesome, i suppose i will use the beta of 11 since its free for now... How ever the latest version isnt free, but are the other versions of it?
- superLED
- Chaos Rift Junior
- Posts: 303
- Joined: Sun Nov 21, 2010 10:56 am
- Current Project: Engine
- Favorite Gaming Platforms: N64
- Programming Language of Choice: C++, PHP
- Location: Norway
Re: Programmer's Education Index
I am using MS Visual Studio 2010 and it's completely free.Barroll wrote:Alright awesome, i suppose i will use the beta of 11 since its free for now... How ever the latest version isnt free, but are the other versions of it?
I'm not much updated when it comes to 11, but isn't that the version for Windows 8?
Re: Programmer's Education Index
Well then if 2010 is completely free i will install that one. Id rather use something tested then something beta anywho.
-
- Chaos Rift Junior
- Posts: 204
- Joined: Mon Nov 21, 2011 3:01 pm
- Current Project: Web browser from scratch
- Favorite Gaming Platforms: SNES, PSP, PS1 and 3
- Programming Language of Choice: C#
- Location: A house near me
- Contact:
Re: Programmer's Education Index
Yh, 11 is a "flat" style version of vs (like metro in win 8)superLED wrote:I'm not much updated when it comes to 11, but isn't that the version for Windows 8?
Although, with 11, I have had no problems at all with it so far, ive been coding mini applications with it and works fine. But to be honest, it is a massive change from vs (in terms of knowing where things are....) because they changed all the icons :L
2010 is not "completely" free, but VS2010 Express is :PBarroll wrote:Well then if 2010 is completely free i will install that one. Id rather use something tested then something beta anywho.
Re: Programmer's Education Index
Alright well thanks for the help. I got express. I should be able to do all of my beginner needs with it correct? And would it be worthwhile to purchase a license for VS at a later date? Or is there something more efficient?