Categorized snippets archive

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Categorized snippets archive

Post by serengeor »

I went to snippets forum and I've got an idea.
I think someone should collect all the snippets from snippet forum (Oh yes I know that theres more than 10 snippets there), paste them into files and files in the folders for each snippet (because some snippets have more than 1 file), make some general categories like shaders,3d maths ect. and maybe some sub categories. And of course compress into one archive and maybe put it into main website near sdk?

This would be really great because lots of great snippets get lost because of new ones, moreover it would be easier to find what you need when you have categories.

This would require a lot of effort, but I think that it would be worth in the end.

P.S. Sorry if I wrote something unclear.
Working on game: Marrbles (Currently stopped).
wahagn
Posts: 186
Joined: Sat Dec 06, 2008 5:11 pm
Location: Zundert (Netherlands)

Re: Categorized snippets archive

Post by wahagn »

serengeor wrote:....I think someone should .....

^^ Yeah right someone... :roll:
Why don't you do it yourself ( because you don't want to waste your time, is that it? :P )

BTW: Sorry if you didn't mean it that way
“Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else.”
(Eagleson’s Law)
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Categorized snippets archive

Post by serengeor »

wahagn wrote:
serengeor wrote:....I think someone should .....

^^ Yeah right someone... :roll:
Why don't you do it yourself ( because you don't want to waste your time, is that it? :P )

BTW: Sorry if you didn't mean it that way
By someone, I meant anyone.
I could try to start this going tough I don't really have much free time, as I'm busy with my own project, and school stuff.

I'll give it a try, tough I don't promise that I will be able to do it.
Working on game: Marrbles (Currently stopped).
pippy3
Posts: 155
Joined: Tue Dec 15, 2009 7:32 am

Post by pippy3 »

I'm more than willing to set something up.

Though why not make a wiki page and just add some things on to it?
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

pippy3 wrote:I'm more than willing to set something up.

Though why not make a wiki page and just add some things on to it?
A wiki page would be nice too, but I think that something downloadable would be better.
Maybe it could be made as html site for offline viewing.
Working on game: Marrbles (Currently stopped).
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Post by REDDemon »

there also lots of snippets in the wiki like the grassSceneNonde.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

REDDemon wrote:there also lots of snippets in the wiki like the grassSceneNonde.
Oh yea LOTS, like 20 out of ~500 :D
Working on game: Marrbles (Currently stopped).
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Post by REDDemon »

lol :)
still 20 from the last time i checked the wiki?

wiki still need more users apport so :) I think that would be great if every time some one make a snippet also add a link to it from the wiki.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Please use irrExt for this purpose. It's far easier to host the files in a repository, which also allows for project files, media files, documentation, etc. Just ask for joining the project and add your files there.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

hybrid wrote:Please use irrExt for this purpose. It's far easier to host the files in a repository, which also allows for project files, media files, documentation, etc. Just ask for joining the project and add your files there.
I don't really need hosting space for my project, what I meant is that all snippets from snippet forum should be collected into one place so it would be easier to find which ones you need, and it would be nicer to have them in categories, rather than what we have now, bunch of pages of random snippets.
Working on game: Marrbles (Currently stopped).
MarcoTMP
Posts: 37
Joined: Mon Aug 29, 2005 8:14 pm
Location: Dominican Republic
Contact:

Post by MarcoTMP »

I think this belong to irrExt project, but not as it is right now.

There should be a list with the links to irrExt folders in a simple table or something and placed in the wiki or in the irrlicht homepage.

Like this:

Code: Select all

Snippet      |Autor     |Description        |Link
Blood Effect |lordbate  |Blood Effect is... |SVN | Tarball
SVN is a link to the svn folder: SVN
Tarball is a link to the tarball file Tarball
Last edited by MarcoTMP on Sat Feb 26, 2011 7:09 am, edited 1 time in total.
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Post by REDDemon »

of course and that's must be categorized. Non only a neverending list
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

REDDemon wrote:of course and that's must be categorized. Non only a neverending list
Yeah, the main idea is to have them in categories, so if someones looking for something specific he can just go into category that snippet should belong and find it if its there. It would save some time, make snippets more used than now, and also remove the mess we have in snippets forum.
And by categories I meant something specific like: Scene nodes, Shaders, Physics, Scripting.
Also they could have subcategories, but It may not be needed for now.
Working on game: Marrbles (Currently stopped).
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The irrExt project can have its own website with wordpress etc. We can easily link to those pages form the Irrlicht main page then. But someone has to establish this first.
Post Reply