Page 3 of 5

Re: Bullet wiki or documentation repo?

Posted: Mon Aug 25, 2008 7:17 pm
by reltham
I am sorry. I misread something and thought it was being filtered before adding.

My mistake!

Re: Bullet wiki or documentation repo?

Posted: Mon Aug 25, 2008 8:51 pm
by Wavesonics
I know we want to get the Wiki good first, but it's very important to provide a very clear easy to find way of getting to this stuff from the main wiki page, not just one link hidden away.

Re: Bullet wiki or documentation repo?

Posted: Mon Aug 25, 2008 9:07 pm
by chunky
Everything I've added so far is linked directly from the first page you get to after you click "Documentation".

Admittedly, the documentation link [which IMHO is the most important part of the wiki] does kinda blend in, though.

Gary (-;

Re: Bullet wiki or documentation repo?

Posted: Mon Aug 25, 2008 11:58 pm
by sparkprime
I definitely think it's worth working more on the wiki, at least double what has already been done, before restructuring the front page is a good idea.

But eventually, it will be important to do so.

Re: Bullet wiki or documentation repo?

Posted: Tue Aug 26, 2008 7:47 am
by sparkprime
Here is a list of stuff I've written:

http://www.bulletphysics.com/mediawiki- ... ello_World
http://www.bulletphysics.com/mediawiki- ... eterminism
http://www.bulletphysics.com/mediawiki- ... Tunnelling
http://www.bulletphysics.com/mediawiki- ... dependence
http://www.bulletphysics.com/mediawiki- ... Broadphase
http://www.bulletphysics.com/mediawiki- ... ion_Shapes
http://www.bulletphysics.com/mediawiki- ... _The_World

There are some gaps in the "Collision Shapes" page that really need to be filled by someone with more knowledge, but I've done my best :)

I'm sure there are various errors including factual errors in the technical details but hopefully these are easily fixable.

I don't mind if you edit them directly or mention stuff in here that needs fixing. I've already replaced lots of "bullet" with "Bullet" in several pages (I was the chief offender there).

Here is chunky's stuff:

http://www.bulletphysics.com/mediawiki- ... tionStates
http://www.bulletphysics.com/mediawiki- ... _the_World
http://www.bulletphysics.com/mediawiki- ... ion_Things
http://www.bulletphysics.com/mediawiki- ... e_Snippets

We've both contributed minor edits to each others' pages though of course, in the spirit of the wiki ;)

Re: Bullet wiki or documentation repo?

Posted: Tue Aug 26, 2008 5:20 pm
by chunky

Re: Bullet wiki or documentation repo?

Posted: Wed Aug 27, 2008 9:52 pm
by adam_0
I think this is really great guys, thanks. I've been looking for a definitive source for Bullet for a while now, but this looks like it could be my one-stop!

Re: Bullet wiki or documentation repo?

Posted: Thu Aug 28, 2008 4:20 am
by abaraba
Frequently Asked Questions - http://www.bulletphysics.com/mediawiki- ... hysics_FAQ

i think quick and easy way is to collect these frequent questions from the forum, everything is already here, pair them with best answer and extend FAQ, that should be easy as would require only couple of hours of browsing and copy/paste

only about 10 more questions together with what chunky already has done and you'd pretty much covered it all.. after that - examples, examples, examples...

in the long run i find the form of OpenGL Red-Book perfect,
perfect example how to teach, document and demonstrate library/API, all at once

doc+examples+analogy+common_errors+diagrams+copy&paste_code = perfect info
http://www.glprogramming.com/red/chapter03.html

nice, simple, to the point samples.. just copy&paste
http://www.opengl.org/resources/code/samples/redbook/


encourage more Demos with source code in "Games or Demos using Bullet" section - everyone most certainly must have done some quick tests or some improvisations on Bullet demos, everyone could put up those for download ...and if there was more discussion there, we could point and discuss different techniques, algorithms and fix bugs in each others code as we are doing with Bullet code.. just a thought

cheers

Re: Bullet wiki or documentation repo?

Posted: Tue Oct 28, 2008 5:14 am
by chunky
http://www.bulletphysics.com/mediawiki- ... y_of_Terms

After spark bought it up in this thread, I added a Glossary of Terms for simple stuff. It's mostly what came off the top of my head in the last half an hour, so likely it needs a bunch of corrections...

Gary (-;

Re: Bullet wiki or documentation repo?

Posted: Fri Dec 12, 2008 4:35 pm
by OSasuke
Hello ,

What have you done to get the lib files ".a" , in one PDF file , he is written :

run the make in the ibmsdk , but i don't know how to do it , may you help me , please.

Re: Bullet wiki or documentation repo?

Posted: Fri Mar 06, 2009 4:49 pm
by akollegger
I'm just getting familiar with Bullet at the moment. As I do so, I am of course reading through whatever documentation is available.

Since the wiki is not editable, where is the best place to submit "patches" for incomplete or out of date information? Fresh reading of unfamiliar material can be helpful in identifying small gaps that seem obvious to more experienced eyes. I'd be happy to provide constructive feedback as I go.

For instance, there are two easy changes for getting started under Mac OS X that would be helpful:

1. Installation could mention the "-G Xcode" option referenced by the INSTALL file included with the source.
2. Creating a project from scratch could then have a few extra steps to include the Bullet project as a dependency and explicitly add the required libraries.

I'd be happy to provide the appropriate text and screenshots.

Cheers,
Andreas

Re: Bullet wiki or documentation repo?

Posted: Mon Apr 06, 2009 7:53 pm
by Erwin Coumans
Have you checked out the Bullet_User_Manual.pdf, included in the root of the Bullet 2.74 zipfile?

It mentions the -G XCode in page 5. The wiki is messed up indeed, it is read-only because of previous spammers.
If you want to contribute, just reply with your wiki username.

Thanks,
Erwin

Re: Bullet wiki or documentation repo?

Posted: Wed Jun 24, 2009 11:21 am
by kenshin
hello,Erwin, I send you a letter last time A few weeks ago,did not receive your message.very sorry to bother you again.
Recently,I build a website about chinese bullet wiki,The first phase is translate the bullet Article and UserManual to chinese.
And I already find a few people complete this together.
Our aim is let more people know Bullet Library,and use it
and make a contribute to bullet Community.
hope to have your support.Please reply to me if you received this.

best regard.

my email : kenshin1987@live.cn

Re: Bullet wiki or documentation repo?

Posted: Fri Jul 24, 2009 9:50 am
by frca
I found a potential error in wiki article http://www.bulletphysics.com/mediawiki- ... tionStates
Instead of
"use btRigidBody::getWorldTransform() and query the body directly. "
shouldn't be there
"use btRigidBody::getCenterOfMassTransform() and query the body directly. "
?

Re: Bullet wiki or documentation repo?

Posted: Fri Jul 24, 2009 4:15 pm
by Lil_Margin
I can contribute...
Is there a "how to compile bullet lib in code::blocks" tutorial/article needed?
And can help and contribute in all the areas that i know of...
ill post it as soon as i am done with it.
[edit] Adding a irc is a very good idea to get help,etc