-
Notifications
You must be signed in to change notification settings - Fork 7
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
Getting started documentation? #10
Comments
good point! see the parent := NodeEmbed{}
parent.InitName(&parent, "par1")
typ := reflect.TypeOf(parent)
child := parent.AddNewChild(typ, "child1") will add to README.md. In GoGi there are methods like |
Thanks for the quick reply! Some additional help with how to do BFS and DFS traversal would also be immensely helpful. The function |
yep you need to write that method or its equivalent.. simple example per above is now in README |
Thank you so much for the great library. This is a life saver. |
There's a lot of documentation regarding advanced features, but it is a little ridiculous there is no documentation anywhere on how to even initialize the basic tree structure.
Maybe, I'm dumb, but I can't even build the tree let alone try the advanced signaling features.
The text was updated successfully, but these errors were encountered: