-
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
7 additions
and
7 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,17 @@ | ||
The TyphonJS Runtime Library (TRL) is an integrated library and framework for creating modern Svelte powered packages | ||
for the [Foundry VTT](https://foundryvtt.com/) platform; a TTRPG (table top role playing game) virtual table top. | ||
for the [Foundry VTT](https://foundryvtt.com/) platform; a TTRPG (table top role playing game) virtual tabletop. | ||
|
||
There are many useful libraries and original code that is bundled together to provide a cohesive modern runtime library | ||
for advanced package development. Some of the highlights are an optimized desktop like GUI framework, but there is much | ||
more to explore as well. | ||
There are many useful libraries and original code brought together that extend the power of Svelte to provide a | ||
cohesive modern runtime library for advanced package development. Some of the highlights are an optimized and reactive | ||
desktop like GUI framework, but there is much more to explore as well. | ||
|
||
In the near future TRL will be available for open web app development on top of SvelteKit and Svelte in general. | ||
|
||
I will be adding many examples to the TRL API docs in the coming months along with a forthcoming developer guide / | ||
tutorial. At this present stage the API docs cover the entire ESM code and packages available. Documentation for the | ||
Svelte components contained in TRL is forthcoming. | ||
tutorial. At this present stage the API docs cover the entire ESM code and packages available including all Svelte | ||
components. | ||
|
||
The API docs are available here: https://typhonjs-fvtt-lib.github.io/api-docs | ||
|
||
A demo package (requires Foundry VTT) is available here: | ||
A demo repo / package (requires Foundry VTT) is available here: | ||
https://github.com/typhonjs-fvtt-demo |