Skip to content

Commit

Permalink
Motto updates (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox authored Jan 24, 2025
1 parent 667a5a5 commit dbbc90c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
<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">

**Rediscover the joy of coding.**
### Futuristic Luau for every universe.

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.
Fusion is a portable Luau companion library for simpler, more descriptive code.

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.
With Fusion, assemble straightforward chains of logic that are easy to understand,
predict and debug. Make strong guarantees about what your code will or won't do.
Build joyfully custom-fitted APIs to interact with the world outside of your code.

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.
Fusion provides batteries-included configuration for Roblox, and fantastic extensibility
and integration for anything else Luau.

Piqued your interest? [Get going in minutes with our on-rails tutorial.](https://elttob.uk/Fusion/latest/tutorials)

## 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!
like it, give us a shoutout!
19 changes: 8 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@
<div id="fusiondoc-home" markdown>
<section id="fusiondoc-home-main">
<section id="fusiondoc-home-main-inner">
<h1>Rediscover the joy of coding.</h1>
<h1>Futuristic Luau for every universe.</h1>
<p>
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.
Fusion is a portable Luau companion library for simpler, more descriptive code.
</p>
<p>
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.
With Fusion, assemble straightforward chains of logic that are easy to understand,
predict and debug. Make strong guarantees about what your code will or won't do.
Build joyfully custom-fitted APIs to interact with the world outside of your code.
</p>
<p>
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.
Fusion provides batteries-included configuration for Roblox, and fantastic extensibility
and integration for anything else Luau.
</p>
<nav>
<a href="./tutorials">Getting started guide</a>
Expand Down Expand Up @@ -238,4 +235,4 @@ We would love to welcome you into our warm, vibrant community. Hopefully, we'll
see you there :)

</section>
</div>
</div>

0 comments on commit dbbc90c

Please sign in to comment.