---
title: "Signals - s&box library"
description: "A simple Component based \"Observer Pattern\" implementation"
canonical: "https://sbox.watch/libraries/woosh/signals/"
generated_at: "2026-07-23T00:22:23.839Z"
---

# Signals

A simple Component based "Observer Pattern" implementation

- Type: library
- Ident: woosh.signals
- Creator: Woosh
- Canonical: https://sbox.watch/libraries/woosh/signals/
- Markdown: https://sbox.watch/libraries/woosh/signals.md
- sbox.game: https://sbox.game/woosh/signals/
- Generated: 2026-07-23T00:22:23.839Z

## Stats

- 24h momentum: +0
- Terry score: 53%
- Favorites: 3
- Upvotes: 3
- Downvotes: 0
- Updated: Jul 30, 2023
- Created: May 25, 2023
- Size: 64.9 KB
- Files: 3
- Tags: systems

## Description

About Signals

Signals is a framework that allows you to easily receive and send events for any C\# or entity type. This is incredibly useful when using a component-based workflow. As it allows you to receive events from the attached entity about what that entity is doing without coupling functionality to direct component getting.

The Thumbnail

I thought the kitten was cute...


