Free art for mentorship (Irrlicht / C++)

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Broodingspark
Posts: 8
Joined: Sun Dec 30, 2007 12:26 am

Free art for mentorship (Irrlicht / C++)

Post by Broodingspark »

I'm offering free artwork for a mentorship kind of situation- somebody around online frequently who can answer my questions about Irrlicht and/or C++.

I find I keep running into small road blocks, like trying to do this:

Code: Select all

 
string filePath;
ifstream mapFile;
mapFile.open(filePath);
 
When I need to be doing this:

Code: Select all

 
string filePath;
ifstream mapFile;
mapFile.open(filePath.c_str());
 
Or screwing up my normals because I didn't know to list points clockwise, etc.

Small things, in general.

I understand game logic, and I have some C++ background, it's just been a long time...

I can do 2d art, 3d art, height maps, whatever.

Please post a response if interested, and the times you're usually online. I'm happy to have a couple people in opposite time zones for help so I can ask questions whenever (I have an irregular schedule)
Last edited by Broodingspark on Wed Jul 25, 2012 7:56 pm, edited 1 time in total.
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

for quick little questions like that, I recommend irc:irc.freenode.net/irrlicht

some nice art btw
Broodingspark
Posts: 8
Joined: Sun Dec 30, 2007 12:26 am

Post by Broodingspark »

Luke wrote:for quick little questions like that, I recommend irc:irc.freenode.net/irrlicht

some nice art btw

The problem is that I seem to have a small question every 15-20 minutes when I'm working, and I'd feel like a mooch since I'm not competent enough to give anything back. At the moment, it's something like 15 minutes of working, a half an hour trying to solve my small question with Google... not good work flow. I might try it some time, but I'd really like to develop a symbiotic relationship with somebody who needs art help.

Thanks for the compliment :)
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

broodingspark, come on and join us at the irc. there are several people in it at any time, and most are willing to help if they can. don't worry about mooching...it is what open source is about, afterall
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
Broodingspark
Posts: 8
Joined: Sun Dec 30, 2007 12:26 am

Post by Broodingspark »

rooly wrote:broodingspark, come on and join us at the irc.
Thanks,

It was interesting, and I did find the experience enjoyable... but I have to say, irc is way too distracting (as somebody who is easily drawn into very nearly any kind of conversation).

I think for my own sanity/ productiveness, I'll have to steer clear (although I like to chat, it's kind of a big time sinc I can't afford with university starting again).
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Broodingspark wrote:irc is way too distracting
You can say that again :P If you're really against IRC, and need a quick question answered (And Im not saying that I can answer everything), Im occasionally available on MSN. (Check profile)
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply