Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #6

Open
renatopp opened this issue Oct 13, 2015 · 5 comments
Open

Documentation #6

renatopp opened this issue Oct 13, 2015 · 5 comments

Comments

@renatopp
Copy link
Member

renatopp commented Oct 13, 2015

Please refer to behavior3/behavior3editor#18

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27363212-documentation?utm_campaign=plugin&utm_content=tracker%2F18331363&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18331363&utm_medium=issues&utm_source=github).
@fohara
Copy link

fohara commented Apr 23, 2018

The issue linked above suggests there should be a consolidated Behavior3 documentation repo- is there still an intention to do this?

I ask because I noticed the readme in this repo has links to a wiki and a site that are currently empty and down, respectively.

I'd be willing to contribute some documentation, but it would be helpful to know the correct place and format to do so. Thanks.

@mingfang
Copy link

Can you please fix the wiki or remove the link https://github.com/behavior3/behavior3js/wiki

@gonnavis
Copy link

gonnavis commented Oct 20, 2022

Hello, any example codes demonstrating how to use the lib?

https://github.com/behavior3/behavior3js/wiki is empty.
https://github.com/renatopp/behavior3js/wiki

http://behavior3.com/ domain has expired.
image

And I not found demos in the repo.

@gonnavis
Copy link

gonnavis commented Nov 1, 2022

Found a simple demo in this repo

var tree = new b3.BehaviorTree();
tree.root = new b3.Sequence({children:[
  new b3.Priority({children:[
    new MyCustomNode(),
    new MyCustomNode()
  ]}),
  ...
]});

And if used other libs such as https://github.com/Calamari/BehaviorTree.js and https://github.com/telcy/modular-behavior-tree , then can know how to use this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants