Hosting Ogre3d's source code

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Hosting Ogre3d's source code

Post by paul424 »

Hello , could you give link at your main site to http://code.metager.de/source/xref/ogre ... reRoot.cpp ...
So one can read the code online with all the bells and whistles this site provides ?
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: Hosting OGre3d's source code

Post by Transporter »

I didn't understand your question. The source code is located at https://bitbucket.org/sinbad/ogre
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Re: Hosting OGre3d's source code

Post by paul424 »

Sure , but you cannot jump back and forth with it.
User avatar
kulik
Gremlin
Posts: 183
Joined: Sun May 01, 2005 2:00 pm
x 23
Contact:

Re: Hosting OGre3d's source code

Post by kulik »

mpreisler on IRC | CEGUI team member, CEGUI Unified Editor developer, OISB founder
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Re: Hosting OGre3d's source code

Post by paul424 »

Qrde, one cannot, you can only jump to method's/ function's descritiption in doxygen doc. But nothing more ...
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: Hosting OGre3d's source code

Post by Herb »

Sounds like there's some different doxygen flags in your generation that you find helpful. Maybe if you know which flags you're using you can share them. If the community finds it useful, I would think the ogre team could re-gen the doxygen with new/modified flags. I'm just not sure what exactly you're meaning with jumping back and forth still...
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: Hosting OGre3d's source code

Post by c6burns »

If you check the link in the original post, it's a web based code analysis tool. AFAIK most people are using their IDE / doxygen docs for this task. The problem with linking to this, as with many things, is who maintains it?

Also I think the right question to ask is "Would anyone find this useful?" and not "Can you please link this from the main site?". If everyone says yes to the first question, the second question won't even need to get asked, it will just happen.
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: Hosting OGre3d's source code

Post by Herb »

yeah, I didn't check the link... Now that I do, this is a tool I'm not familiar with... Well, agree with you c6burns on the "question" change. I personally think the doxygen output already up is sufficient for the community. You can always use tools on your own for more analysis.
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4304
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 135
Contact:

Re: Hosting OGre3d's source code

Post by spacegaier »

I agree with the previous comments that the community needs to specify if the current doxygen output is enough or not.

If more elaborate flags for our doxygen output are requested, please create a matching pull-request. The doxygen config file is part of the Ogre source: <source_path>/docs/src/html.cfg

I will then take care of re-generating and uploading newer versions.

@paul24: Who is maintaining that metager.de website? The university of Hannover? Does that tool automatically pull in the latest source code to stay up-to-date? Does it handles multiple branches?
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: Hosting OGre3d's source code

Post by Transporter »

spacegaier wrote:I agree with the previous comments that the community needs to specify if the current doxygen output is enough or not.
I think Doxygen is enough for that case. Maybe it would be a good idea to upload all three API docs: 1.9, 1.10 and 2.0

The code documentation is not that problem, the API doc is also included in SDKs. But we need a new documentation and new tutorials for 1.9+!
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Re: Hosting Ogre3d's source code

Post by paul424 »

spacegaier: This is some long running german research company providing meta search engine https://metager.de/impressum/ By some reason they are hosting this projects' source code : https://metager.de/faq/ . Is seems to be no answer IN the FAQ how the new projects are added , but my german is ziemlisch schlecht ...
EDIT : Well it uses the OpenGrok software : http://opengrok.github.io/OpenGrok/ I don't say you must depend of the aforementioned site; it would be just handy to have this source code browser ... :) .
Post Reply