<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Gamedevelopers</title>
	<link>http://www.gamedevelopers.ie/forums/</link>
	<description>Gamedevelopers</description>
	<managingEditor>info@gamedevelopers.ie</managingEditor>
	<webMaster>info@gamedevelopers.ie</webMaster>
	<lastBuildDate>Sat, 04 Feb 2012 17:17:54 GMT</lastBuildDate>
<item>
	<title>[3:35 pm] :: Software Developer? - jediboy</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46490#46490</link>
	<description>Author: jediboy&lt;br /&gt;

Posted: 3:35 pm&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Study software engineering. 4 years comp sci. take graphics and math papers.
&lt;br /&gt;_________________&lt;br /&gt;-B&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[11:29 am] :: internships in ireland - duggan</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46489#46489</link>
	<description>Author: duggan&lt;br /&gt;
Subject: internships in ireland&lt;br /&gt;
Posted: 11:29 am&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hey all again  &lt;img src=&quot;http://www.gamedevelopers.ie/forums/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; 
&lt;br /&gt;
I was just wondering if theres any companies that do internships in ireland but mainly in Cork?
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[2:28 pm] :: Software Developer? - duggan</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46488#46488</link>
	<description>Author: duggan&lt;br /&gt;

Posted: 2:28 pm&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks alot ive already done afew C++ programmes but nothing to do with games yet apart from level design on TrialsHD. By the way do you get the chance to do a small bit of games programming in software development courses during college or would you have to do it mainly during your pair time? Sorry for all the question.
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[11:59 am] :: Software Developer? - overtone</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46487#46487</link>
	<description>Author: overtone&lt;br /&gt;

Posted: 11:59 am&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;duggan wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Thanks alot for that. Would software dev differ from games programming or are they similar?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
The base technologies are the same. 
&lt;br /&gt;

&lt;br /&gt;
But the mindset is very different and to be honest, Games programming is a lot harder as its unforgiving.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
EXAMPLE 1:
&lt;br /&gt;
Say for example we take 2 programs. Your web browser and Kung fu rag dolls (a psn mini game). When your using them, think of the differences even though their both likely written in C++. 
&lt;br /&gt;

&lt;br /&gt;
When you click in your web browser, some processing goes on. Images are loaded. Text is written and depending on your internet connection, your waiting about 2-3 seconds.
&lt;br /&gt;

&lt;br /&gt;
Now consider games. Can you imagine a game where you had to wait 2-3 seconds for a player to switch positions? or a new character be loaded in? 
&lt;br /&gt;
This is probably a bad example due to the vast differences between http and tcp/udp (you don't need to know what they mean).
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
EXAMPLE 2:
&lt;br /&gt;

&lt;br /&gt;
Bugs.  Think of how often a browser crashes when you do something odd. Flash player drops out, text goes all weird or the dreaded message  &amp;quot;Program is not responding&amp;quot;
&lt;br /&gt;
You just restart the program. Inconvinient but no biggy right?
&lt;br /&gt;

&lt;br /&gt;
If in game even a single crash, freeze or bug pops up. Your gamers are NOT going to be happy. And you be sure they'll never buy another game again (excluding Bethesda because they actually leave in the funny bugs)
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
So as you can see, games programming is pretty unforgiving. But trust me its a lot more fun. Its much more rewarding to get the nasty blood physics just right than it is to have a jpg load 25% faster on a webpage. 
&lt;br /&gt;

&lt;br /&gt;
There are plenty of books and such out there that &amp;quot;might&amp;quot; do you some good but I'm skeptical of them all because they are just so diverse and some of the code is just plain old.
&lt;br /&gt;

&lt;br /&gt;
If you need to make a plan then try this. Think of the biggest baddest game you've ever wanted to make (everyone has a dream game). Now throw it away and go make Pong.
&lt;br /&gt;
No seriously. Once your comfortable enough with a language, go make pong, then space invaders then pacman and so on.
&lt;br /&gt;

&lt;br /&gt;
You'll learn something new every time and build up a nice portfolio to help you later on. 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
And like I said. If all else fails and your not good enough to make games, there is a shortage of good developers in Ireland and has been for the past while. Your gonna get a shot of business stuff shoved down your throat in any college (even CS courses) so its nice to have a fall back. Make game programming your hobby before you try make it a job.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
And finally, Good luck.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[11:19 am] :: Software Developer? - duggan</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46486#46486</link>
	<description>Author: duggan&lt;br /&gt;

Posted: 11:19 am&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks alot for that. Would software dev differ from games programming or are they similar?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[9:34 pm] :: Software Developer? - overtone</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46485#46485</link>
	<description>Author: overtone&lt;br /&gt;

Posted: 9:34 pm&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hey dude.
&lt;br /&gt;

&lt;br /&gt;
I'm a final year student at IT Tallaght. Having nearly finished my degree I think I can safely say that if you maintain a high enough level in software development, you'll be able to make a halfway decent games programmer.
&lt;br /&gt;

&lt;br /&gt;
And you'll also have something to fall back on (regular developer) if things don't go too smooth. I've heard good things about Cork IT if its any use. I still think Sligo is the best I've heard.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Any other questions?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[8:08 pm] :: Hello All! - Noely</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46484#46484</link>
	<description>Author: Noely&lt;br /&gt;
Subject: Hi!!&lt;br /&gt;
Posted: 8:08 pm&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi Basil, 
&lt;br /&gt;

&lt;br /&gt;
Nice work dude. Im also trying to get to know a few artists here on game dev. Really wanna get into something by the time college is over in april. Im doing some stuff for someone here already and its just to get as much work done as possible for portfolio purposes. Anyway heres a link to my current portfolio if anyone cares to see it.
&lt;br /&gt;
&lt;a href=&quot;http://noeleonl.daportfolio.com/&quot; target=&quot;_blank&quot;&gt;http://noeleonl.daportfolio.com/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
As i said trying to network with other artists so we can get a meeting together anytime in the future. It would be good for us.
&lt;br /&gt;

&lt;br /&gt;
Thanks and be good!
&lt;br /&gt;

&lt;br /&gt;
Noely
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[7:19 pm] :: Hello All! - FireWaterSun</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46483#46483</link>
	<description>Author: FireWaterSun&lt;br /&gt;

Posted: 7:19 pm&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hey, thanks a million guys!
&lt;br /&gt;

&lt;br /&gt;
RedXIV, it just takes practice! Unfortunately many of the books and tutorials are not designed to give a full step by step help, so you have to go off and get your own Photoshop/basic art training, which can be annoying as you can get sidetracked easily. 
&lt;br /&gt;

&lt;br /&gt;
The imagineFX magazines are OK, but their books are really good.
&lt;br /&gt;

&lt;br /&gt;
Richard, I've got a few focalpoint books on Zbrush and some Gnomon Zbrush DVDs, I'll look through them alright!
&lt;br /&gt;_________________&lt;br /&gt;Game Art:
&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/firewatersun/&quot; target=&quot;_blank&quot;&gt;http://www.flickr.com/photos/firewatersun/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Game Blog:
&lt;br /&gt;
&lt;a href=&quot;http://amateurplaytest.blogspot.com&quot; target=&quot;_blank&quot;&gt;http://amateurplaytest.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[5:29 pm] :: developing a game - Richard Sneyd</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46482#46482</link>
	<description>Author: Richard Sneyd&lt;br /&gt;

Posted: 5:29 pm&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi Pete,
&lt;br /&gt;

&lt;br /&gt;
Sounds good. My advice, especially when starting out, is not to be overly precious about your ideas; it's good to get input from whatever sources you can, even if it includes points of criticism. Maybe post some pics of the game, give us a synopsis of the games theme and core mechanics. I'm sure people will be more than willing to offer useful critiques. Plus, it's a way of gaining exposure and support for any future release of the game that may come along, which is a very good thing.
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.clanecollege.com/cc/index.php/game-design-intro&quot; target=&quot;_blank&quot;&gt;http://www.clanecollege.com/cc/index.php/game-design-intro&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.clanecollege.com/cc/index.php/full-time-game-design-course&quot; target=&quot;_blank&quot;&gt;http://www.clanecollege.com/cc/index.php/full-time-game-design-course&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[5:21 pm] :: Hello All! - Richard Sneyd</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46481#46481</link>
	<description>Author: Richard Sneyd&lt;br /&gt;

Posted: 5:21 pm&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Beautiful work Basil, you have a talent for that. As far as developing your 3D skills goes, I can't recommend the Gnomon Workshop and 3D Buzz tuts highly enough. Gnomon are especially good at teaching ZBrush.
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.clanecollege.com/cc/index.php/game-design-intro&quot; target=&quot;_blank&quot;&gt;http://www.clanecollege.com/cc/index.php/game-design-intro&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.clanecollege.com/cc/index.php/full-time-game-design-course&quot; target=&quot;_blank&quot;&gt;http://www.clanecollege.com/cc/index.php/full-time-game-design-course&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[5:09 pm] :: developing a game - pete2012</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46480#46480</link>
	<description>Author: pete2012&lt;br /&gt;
Subject: developing a game&lt;br /&gt;
Posted: 5:09 pm&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;
I'm a qualified architect and I've recently completed a computer gaming course (it was brief but gave me an insight into gaming and flash). I've developed up a design for a new game in the last month and have worked most of it up in illustrator for now. I'm now looking for people to help me develop these ideas into a finished game. I think the concept is very strong and it could work very well. I'm wondering if anyone would be interested in meeting up sometime and run through the game. Otherwise I'd appreciate any advise as I've little experience in programming.
&lt;br /&gt;
Thanks,
&lt;br /&gt;
Pete
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[3:55 pm] :: Hello All! - RedXIV</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46479#46479</link>
	<description>Author: RedXIV&lt;br /&gt;

Posted: 3:55 pm&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Just want to say those illustrations are amazing! Jesus I wish I could draw. &lt;img src=&quot;http://www.gamedevelopers.ie/forums/images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[3:35 pm] :: Hello All! - FireWaterSun</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46478#46478</link>
	<description>Author: FireWaterSun&lt;br /&gt;
Subject: Hello All!&lt;br /&gt;
Posted: 3:35 pm&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi everyone, just posting up because I've been a bit of a stalker on the forums without saying much really.
&lt;br /&gt;

&lt;br /&gt;
I'm Basil IRL, have met a good few of ya already at gamejams and drinks nights etc.
&lt;br /&gt;

&lt;br /&gt;
I'm the artist/animator at bitSmith &lt;a href=&quot;http://www.bitsmithgames.com/&quot; target=&quot;_blank&quot;&gt;http://www.bitsmithgames.com/&lt;/a&gt; working on Kú, our first project ( PLUG ALERT &lt;img src=&quot;http://www.gamedevelopers.ie/forums/images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; here: &lt;a href=&quot;http://www.fundit.ie/project/k---episode-1&quot; target=&quot;_blank&quot;&gt;http://www.fundit.ie/project/k---episode-1&lt;/a&gt; )
&lt;br /&gt;

&lt;br /&gt;
And here's some of my work done in my own time: &lt;a href=&quot;http://www.firewatersun.com/&quot; target=&quot;_blank&quot;&gt;http://www.firewatersun.com/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
a couple of samples: 
&lt;br /&gt;

&lt;br /&gt;
&lt;img src=&quot;http://farm6.staticflickr.com/5142/5622425412_a2c1ed12d3_z.jpg&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;img src=&quot;http://farm8.staticflickr.com/7009/6498389867_72890f9d13_z.jpg&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;img src=&quot;http://farm8.staticflickr.com/7168/6622373407_50fae48709_z.jpg&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;img src=&quot;http://farm7.staticflickr.com/6204/6146146671_9d1f32d47e_z.jpg&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I'm trying to build my 3D modelling experience for now while keeping up the illustration work - still a long way to go as I've only been at it for a year-ish. Would love to meet / chat with any other 3D/2D artists or illustrators to swap notes etc.
&lt;br /&gt;

&lt;br /&gt;
Hope to meet all you gamedev guys at the Games Ireland Gathering or the GameCraft Game Jam later this month![/quote]
&lt;br /&gt;_________________&lt;br /&gt;Game Art:
&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/firewatersun/&quot; target=&quot;_blank&quot;&gt;http://www.flickr.com/photos/firewatersun/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Game Blog:
&lt;br /&gt;
&lt;a href=&quot;http://amateurplaytest.blogspot.com&quot; target=&quot;_blank&quot;&gt;http://amateurplaytest.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[3:25 pm] :: bitSmith's fundit campaign - FireWaterSun</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46477#46477</link>
	<description>Author: FireWaterSun&lt;br /&gt;

Posted: 3:25 pm&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Absolutely, I'll be taking snaps wherever I can &lt;img src=&quot;http://www.gamedevelopers.ie/forums/images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;_________________&lt;br /&gt;Game Art:
&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/firewatersun/&quot; target=&quot;_blank&quot;&gt;http://www.flickr.com/photos/firewatersun/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Game Blog:
&lt;br /&gt;
&lt;a href=&quot;http://amateurplaytest.blogspot.com&quot; target=&quot;_blank&quot;&gt;http://amateurplaytest.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>[2:58 pm] :: Software Developer? - duggan</title>
	<link>http://www.gamedevelopers.ie/forums/viewtopic.php?p=46476#46476</link>
	<description>Author: duggan&lt;br /&gt;
Subject: Software Developer?&lt;br /&gt;
Posted: 2:58 pm&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all!
&lt;br /&gt;
Im interested in perusing a career in games programming and i was just wondering if doing a software development course would be a good course to if i want to be a games programmer? By the way i would do a games design course but theres no level 8 games courses in Cork   &lt;img src=&quot;http://www.gamedevelopers.ie/forums/images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt; 
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>


