Skip to content

Commit

Permalink
Created docs introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaGobble committed Oct 8, 2024
1 parent 5b91e84 commit 6cfbba6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions index.md
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.

0 comments on commit 6cfbba6

Please sign in to comment.