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

two ways to install:

  1. download from github drop it in your project's Code/ folder
  2. 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·