Welcome to the code snippets forum!

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Welcome to the code snippets forum!

Post by afecelis »

So here it finally is.

Please use it wisely!

I suggest making the code snippet title very clear, what it does and the type of user it's aimed at.

regards,

afecelis
Last edited by afecelis on Fri Feb 03, 2006 3:27 am, edited 2 times in total.
Conquistador
Posts: 340
Joined: Wed Sep 28, 2005 4:38 pm
Location: Canada, Eh!

Post by Conquistador »

Glad to see this up, great idea!
Royal Hamilton Light Infantry - http://www.rhli.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!

Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Re: Welcome to the code snippets forum!

Post by jam »

afecelis wrote:So here it finally is.

Please use it wisely!

I suggest making the code snippet title very clear, what it does and the type of user it's aimed at.

regards,

afecelis
So is all the code snippets in the FAQs, Howtos, and tool lists section going to be moved here?
Xaron
Posts: 310
Joined: Sun Oct 16, 2005 7:39 am
Location: Germany
Contact:

Post by Xaron »

This is definitely a good idea! I will post some snippets soon. ;)

Regards - Xaron
JPulham
Posts: 320
Joined: Sat Nov 19, 2005 12:06 pm

Post by JPulham »

Is there a rule to stop noobs posting stuff like
Uh...I'm to lazy to write a game...so could one of u guys post a Demo RPG that I can change the Character to?
:P
pushpork
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

So is all the code snippets in the FAQs, Howtos, and tool lists section going to be moved here?
Nope, it's just a new attempt to start from scratch. It's the other way around; we might start cleaning the forums up a bit and erase some unnecesary posts that are taking valuable space.
Is there a rule to stop noobs posting stuff like...
Rules are the same but the idea here is specifically code-stuff only. On that regard, I'll be much stricter with what's posted here. Any non "code-snippet" post, or newbie question will be deleted immediately without any warning. Hence the importance of saying:
1. What the code snippet's for
2. The kind of user or experience required to use it
3. Othe required stuff like special headers or libs, like in the case of mesh loaders, or custom scene nodes, etc.
Alternatively, on the wiki:
I know, I know. But you said it; "alternatively" :wink: The wiki is doing a GREAT job, but there are many that don't even know of its existence, so I thought having our "own" native code snippets in our forums was necessary. Besides, most programming forums have got one, so why couldn't we? :D
This is definitely a good idea! I will post some snippets soon.
Thanx Xaron! and yup! everyone is welcome to post any code the find useful and valuable that you consider will help others in their Irrlicht learning process.

good day for you all!
regards,
Afecelis
Andi|xng
Posts: 83
Joined: Thu Mar 24, 2005 10:49 pm
Location: Schrobenhausen, Germany
Contact:

Post by Andi|xng »

Is this also a place to post code improvements for Irrlicht itself, or only for code how to use Irrlicht?

I think, that improvements were posted in the bugs-forum up to now, but somehow it's not the right place for it.

Where would you post your code improvements for Irrlicht?
Joe_Oliveri
Posts: 448
Joined: Tue Oct 05, 2004 3:24 am
Location: Boston, MA

Post by Joe_Oliveri »

Everyone should place the lang. of the code in the subject bar so people know.

Example:
(C++) - Player Start Script
(C#) - Player Controls

I went through and edited the subject titles. Please try to follow what I did to help people find code that is useful to them faster.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Post Reply