-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from dphfox/pr-branding-updates
Branding updates
- Loading branch information
Showing
21 changed files
with
288 additions
and
173 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,17 +1,28 @@ | ||
<img align="left" src="./gh-assets/logo-dark-theme.svg#gh-dark-mode-only" alt="Fusion"><img align="left" src="./gh-assets/logo-light-theme.svg#gh-light-mode-only" alt="Fusion"><a href="https://elttob.uk/Fusion/"><img align="right" src="./gh-assets/link-docs.svg" alt="Docs"></a><a href="https://github.com/Elttob/Fusion/releases"><img align="right" src="./gh-assets/link-download.svg" alt="Download"></a><img src="./gh-assets/clearfloat.svg"> | ||
<img align="left" src="./gh-assets/logo-dark-theme.svg#gh-dark-mode-only" alt="Fusion"><img align="left" src="./gh-assets/logo-light-theme.svg#gh-light-mode-only" alt="Fusion"><a href="https://elttob.uk/Fusion/latest"><img align="right" src="./gh-assets/link-docs.svg" alt="Docs"></a><a href="https://github.com/Elttob/Fusion/releases"><img align="right" src="./gh-assets/link-download.svg" alt="Download"></a><img src="./gh-assets/clearfloat.svg"> | ||
|
||
Fusion is a modern reactive UI library, built specifically for [Roblox](https://developer.roblox.com/) and [Luau](https://luau-lang.org/). | ||
**Rediscover the joy of coding.** | ||
|
||
Build your UI with a declarative syntax that's easy to read and write.<br> | ||
Plug in live data with simple, flexible, truly reactive state management.<br> | ||
Deliver a fast, smooth experience to everyone - on mobile, console, PC or in VR.<br> | ||
Code is more dynamic, complex and intertwined than ever before. Errors cascade | ||
out of control, things update in the wrong order, and it's all connected by | ||
difficult, unreadable spaghetti. | ||
|
||
<a href="https://elttob.uk/Fusion/"> | ||
Visit the Fusion documentation to learn more <img valign="middle" src="./gh-assets/icon-link-extern.svg" alt="(external link)" title="(external link)"> | ||
</a> | ||
No longer. Fusion introduces modern 'reactive' concepts for managing code, so | ||
you can spend more time getting your logic right, and less time implementing | ||
buggy boilerplate code connections. | ||
|
||
----- | ||
Starting from simple roots, concepts neatly combine and build up with very little | ||
learning curve. At every stage, you can robustly guarantee what your code will | ||
do, and when you come back in six months, your code is easy to pick back up. | ||
|
||
## Contributing | ||
Piqued your interest? [Get going in minutes with our on-rails tutorial.](https://elttob.uk/Fusion/latest/tutorials) | ||
|
||
Please read [our contribution policies](/CONTRIBUTING.md) before opening an issue or pull request. | ||
## Issues & contributions | ||
|
||
Have you read [our contribution guide](/CONTRIBUTING.md)? It's a real page turner! | ||
|
||
We highly recommend reading it before opening an issue or pull request. | ||
|
||
## License | ||
|
||
Fusion is licensed freely under MIT. Go do cool stuff with it, and if you feel | ||
like it, give us a shoutout! |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,13 @@ | ||
.md-typeset .admonition-title, | ||
.md-typeset summary { | ||
background: none !important; | ||
} | ||
|
||
[dir="ltr"] .md-typeset :is(.admonition, details) { | ||
border-radius: 0.25rem; | ||
border-width: 0.1rem; | ||
} | ||
|
||
[data-md-color-scheme="fusiondoc-dark"] .md-typeset :is(.admonition, details) { | ||
--md-code-bg-color: var(--fusiondoc-grey-1); | ||
} |
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
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
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
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
Oops, something went wrong.