Chili:Adding To Game
From Spring
Jump to navigationJump to searchWiki < Chili < Adding Chili To A Game
Getting Chili
The Chili repository can be found at https://github.com/jk3064/chiliui https://github.com/gajop/chiliui. There are three ways to add Chili to your game:
- Include the Chili repository as a git submodule in your project.
- Include Chili as a dependency in modinfo.lua, using the line
depend={"Chili Framework v2014.0"}
. - Checkout the Chili repository, and manually place the files & subdirs from its /luaui/chili directory into your games /luaui/widgets directory.
If you are having trouble getting Chili to run, login to the lobby and join the #moddev channel (type /j moddev). People there will help you figure it out.
Chili interaction with game internals
The Chili library is, basically, a very big widget. It is loaded as a widget by the widget handler, and it makes its functions accessible via WG. This allows 'normal' widgets to use Chili - a widget may call a function from inside WG.Chili, which instructs the chili library to create/modify a particular GUI element.