owl-bt
Version:
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
21 lines (20 loc) • 662 B
HTML
<div class="main-page">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main-page-head">
<form ng-submit="main.openTree(treePath)">
<div class="input-group">
<input type="text" ng-model="treePath" placeholder="Enter full tree path" class="form-control" />
<div class="input-group-btn">
<input class="btn btn-default" type="submit" value="Open"/>
</div>
</div>
</form>
</div>
<div class="main-page-body">
<tree-mru-list></tree-mru-list>
</div>
</div>
</div>
</div>