Respectively, yes (eventually) and (basically) no. The main menu code of BAR is GPLv2 (I am also an author on it) but for obvious reasons we don't want such code recognizably used elsewhere until some time after BAR has been released. The chili example widget selector is a more suitable base on which to start building your own stuff - it is much simpler code and iirc is standalone.Funkencool's widget selector in BAR, what's the deal with reusing that code, are we allowed to do that, and would it be even possible without chili?
The chili API is all or nothing, although it is just lua and can be modified. Once you have that, you can write chili UIs into as little or as much of your existing stuff as you wish too.And about chili: is it a all or nothing thing: can you implement some parts of chili, say for main menu, but not all other stuff?