-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# test | ||
yoooooooo | ||
## What is Seam? | ||
Seam is a Roblox UI framework managed by declarative states and components, built for ease of use and flexibility. Whether you're making something simple or scaled, Seam can handle it! | ||
|
||
With Seam, you can: | ||
* Declaratively or mock-declaratively create your in-game UI/UX | ||
* Create reactive user input using animation states | ||
* Make scopes to contain UI functionality in designated spaces for easy cleanup | ||
* Declare components and have them usable in any context | ||
* And more! | ||
|
||
## Why use Seam? | ||
Seam is easier to use than most other frameworks, and is built with flexibility in mind. You no longer need to worry about a mess of dependencies, weird syntax, or difficult use-cases. | ||
|
||
> [!CAUTION] Warning! Seam is not yet production ready and future versions may not be backwards-compatible. If you choose to use it on larger projects, keep this in mind. | ||
[^1]: Seam is not yet production-ready, use with caution. |