Doxygen for Bullet, request for Search functionality

jiversen
Posts: 7
Joined: Tue Nov 04, 2008 4:27 pm

Doxygen for Bullet, request for Search functionality

Post by jiversen »

Hi there,

I've started on an opensource Houdini dynamics operator which interfaces to Bullet - thank you for your great work and clean API:)

Could I request that the next time you build the Doxygen pages that you include the search functionality? That would be a great help to Bullet newbies like myself.

Thank you,
Jason
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Doxygen for Bullet, request for Search functionality

Post by Erwin Coumans »

That sounds great. Will you have a projectpage for this Houdini plugin, or do you plan on contributing it to Bullet?

Here is an updated bullet-2.73-reference.zip with search, 75MB, online will follow shortly. Can the on-line reference also have search? How does that work?

Thanks,
Erwin
jiversen
Posts: 7
Joined: Tue Nov 04, 2008 4:27 pm

Re: Doxygen for Bullet, request for Search functionality

Post by jiversen »

Thanks for looking into it - I think Doxygen has some kind of built in functionality to allow a server to search... I'm trying to recall... I've seen it before in there.

Is there a way on linux to read these .chm/.chi files?

As for the Houdini Bullet Solver, I'm starting up these pages:
http://odforce.net/wiki/index.php/Bulle ... DSolverDOP
http://forums.odforce.net/index.php?showforum=58

Hopefully I'll be able to upload something to sourceforge by the end of the week... and even also that we'll get some contributors and grow it fast.

Thanks again for the great work!
Jason
sparkprime
Posts: 508
Joined: Fri May 30, 2008 2:51 am
Location: Ossining, New York

Re: Doxygen for Bullet, request for Search functionality

Post by sparkprime »

I've never needed search, but then I usually use these (I recommend you use them too):


# If the REFERENCED_BY_RELATION tag is set to YES (the default)
# then for each documented function all documented
# functions referencing it will be listed.

REFERENCED_BY_RELATION = YES

# If the REFERENCES_RELATION tag is set to YES (the default)
# then for each documented function all documented entities
# called/used by that function will be listed.

REFERENCES_RELATION = YES

# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
# link to the source code. Otherwise they will link to the documentstion.

REFERENCES_LINK_SOURCE = YES
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Doxygen for Bullet, request for Search functionality

Post by Erwin Coumans »

The on-line docs are updated now: http://www.continuousphysics.com/Bullet ... index.html

Perhaps you can try XCHM?

You can use Google as well, using site:
btCollisionWorld site:http://bulletphysics.com/Bullet/BulletFull

Thanks,
Erwin
jiversen
Posts: 7
Joined: Tue Nov 04, 2008 4:27 pm

Re: Doxygen for Bullet, request for Search functionality

Post by jiversen »

Hi all,

Just to let you know, the first (experimental quality) commit of the Houdini Solver has been released into the wild.

http://forums.odforce.net/index.php?showtopic=8101

Thanks,
Jason

PS. The nature of Houdini's SDK kinda requires that plugs need to be rebuilt for any particular minor revision of Houdini you might be running, and Side Effects release a daily cut of Houdini. A bit of a pain in arse, but what can you do...