install¶
what is goo?¶
goo is a no-razor solution to s&box UI. write your hud and menu trees in plain C#. compose components by extracting functions. drop the co-mingling of markup with programming languages.
prerequisites¶
- s&box is installed
- the s&box editor is open
two ways to install:
- download from github drop it in your project's
Code/folder - download from s&box editor's Library Manager. that's it.
every file that builds UI starts with
using Goo;
don't get too ahead of yourself, though. next article will teach you the model and how to build your first panel with a simple hello world exercise
← previous·
next →
the model