Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Oct 29, 2024
1 parent 03dd2b4 commit ccf24d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
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

0 comments on commit ccf24d4

Please sign in to comment.