New Forum Suggestion
-
ares23
- Gnoblar
- Posts: 19
- Joined: Mon Dec 17, 2007 3:23 pm
New Forum Suggestion
This isn't a feature request for Ogre itself, rather for its forums.
I've worked with the Irrlicht 3d engine before and one of the best elements of its community was a forum called "Code Snippets" where people could post entire classes or just snippets of code (obviously) that do something cool.
This was a great resource for ideas and practical solutions to common problems and would be a good addition to the Ogre forums IMHO.
Just my 2 cents. Later! ;]
I've worked with the Irrlicht 3d engine before and one of the best elements of its community was a forum called "Code Snippets" where people could post entire classes or just snippets of code (obviously) that do something cool.
This was a great resource for ideas and practical solutions to common problems and would be a good addition to the Ogre forums IMHO.
Just my 2 cents. Later! ;]
- Chris Jones
- Lich
- Posts: 1742
- Joined: Tue Apr 05, 2005 1:11 pm
- Location: Gosport, South England
- x 1
- twilight17
- Goblin
- Posts: 297
- Joined: Thu Aug 23, 2007 3:47 am
- x 1
- CaseyB
- OGRE Contributor

- Posts: 1335
- Joined: Sun Nov 20, 2005 2:42 pm
- Location: Columbus, Ohio
- x 3
- Contact:
- twilight17
- Goblin
- Posts: 297
- Joined: Thu Aug 23, 2007 3:47 am
- x 1
-
warmi
- Gnoll
- Posts: 674
- Joined: Sun May 27, 2007 3:56 am
- Location: USA
Actually wiki is much better for this sort of thing ...twilight17 wrote:But the wiki is troublesome to actually do anything on... It would be cool if there was a Code Snippets topic!
Would you rather scroll thru a long thread looking for some piece of code or just use a hierarchical topic based menu on Wiki ?
-
ares23
- Gnoblar
- Posts: 19
- Joined: Mon Dec 17, 2007 3:23 pm
The wiki should be for vetted, approved code that is almost guaranteed to work. It should also be accompanied with HowTo text. The forum is better for shorter code snippets, or even entire classes.
Plus there is no reason to have to scroll through a thread to get to the code. Every new post of code would have its own thread, so it'd be the first post.
Plus there is no reason to have to scroll through a thread to get to the code. Every new post of code would have its own thread, so it'd be the first post.
- _tommo_
- Gnoll
- Posts: 677
- Joined: Tue Sep 19, 2006 6:09 pm
- x 5
- Contact:
- Praetor
- OGRE Retired Team Member

- Posts: 3335
- Joined: Tue Jun 21, 2005 8:26 pm
- Location: Rochester, New York, US
- x 3
- Contact:
- nullsquared
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
- haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
- Contact:
IMO the wiki clearly is the place for such things. Not only does it already have such a section, it is nicely structured, way better than an unstructured list of threads. It better fits with the goal of the two tools forum and wiki. Forum is a place for discussion and interactive help, wiki is knowledge base.
With now fifteen subforums, the forum is already clogged.
The wiki has a recent changes page, it is easy to keep yourself informed about latest changes.
With now fifteen subforums, the forum is already clogged.
The wiki has a recent changes page, it is easy to keep yourself informed about latest changes.
-
ProfesorX
- Halfling
- Posts: 96
- Joined: Thu Oct 07, 2004 7:18 pm
- Location: Veracruz, Mexico
I also think the wiki is better for code snippets, it is only a matter of creating a new wiki page, wich serves as index of snippets. And, if the original author is gone for whatever reason, anyone can update the code 
[edit]
I did't know there is already a wiki index of snippets. Now it is only a matter of adding more snippets
[/edit]
[edit]
I did't know there is already a wiki index of snippets. Now it is only a matter of adding more snippets
[/edit]
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
Yep, feel free to post 'WIP' snippets in the forum but the wiki is definitely the place most of them should be. A forum is ok, but it's inherently 'revisionist' and finding the last version of anything is a pain in active threads. In a wiki, everyone can tweak things and only the latest version is shown. You can also cross-refer and format things much more neatly.
- twilight17
- Goblin
- Posts: 297
- Joined: Thu Aug 23, 2007 3:47 am
- x 1
Go here: http://irrlicht.sourceforge.net/phpBB2/ ... um.php?f=9warmi wrote:Would you rather scroll thru a long thread looking for some piece of code or just use a hierarchical topic based menu on Wiki ?
That's what I want.
-
Brainshack
- Greenskin
- Posts: 118
- Joined: Tue Feb 19, 2008 1:01 pm
- haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
- Contact:
How is it better than this, exactly?twilight17 wrote:Go here: http://irrlicht.sourceforge.net/phpBB2/ ... um.php?f=9warmi wrote:Would you rather scroll thru a long thread looking for some piece of code or just use a hierarchical topic based menu on Wiki ?
That's what I want.
- betajaen
- OGRE Moderator

- Posts: 3447
- Joined: Mon Jul 18, 2005 4:15 pm
- Location: Wales, UK
- x 58
- Contact:
I agree. It's much neater, doesn't mess up the forum search and the code can be documented using real tools and real HTML.haffax wrote:How is it better than this, exactly?
And if needs a thread, it usually has one - for example; BetaGUI.
- denreaper
- Greenskin
- Posts: 105
- Joined: Wed May 31, 2006 10:52 pm
- Contact:
I kind of like the idea of having a separate forum for this purpose. Being able to check the latest code snippets in one organized place would be a way for people to learn about random stuff which could help them later on. Maybe it would work to give each code snippet thread some sort of custom tag which could be searched using the search feature instead though? This way code snippets could be returned without needing a separate forum. For example, "__code_snippets__" placed somewhere in the thread which is a code snippet. It would probably be hard to get people to follow this, but it's just an idea.
- twilight17
- Goblin
- Posts: 297
- Joined: Thu Aug 23, 2007 3:47 am
- x 1
I like it more.haffax wrote:How is it better than this, exactly?twilight17 wrote:Go here: http://irrlicht.sourceforge.net/phpBB2/ ... um.php?f=9warmi wrote:Would you rather scroll thru a long thread looking for some piece of code or just use a hierarchical topic based menu on Wiki ?
That's what I want.
- haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
- Contact:
- twilight17
- Goblin
- Posts: 297
- Joined: Thu Aug 23, 2007 3:47 am
- x 1
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
... which is exactly what the wiki does already. Still not seeing the benefit of a forum over that, a forum can't be retrospectively organised when it gets big, finding the latest version of something is a pain, it's inherently less useful as a sample repository. I for one need far more convincing on this and I'm not alone.denreaper wrote:I kind of like the idea of having a separate forum for this purpose. Being able to check the latest code snippets in one organized place would be a way for people to learn about random stuff which could help them later on.



