Skip to content

TradeSkillMaster/LibTSMReactive

Repository files navigation

LibTSMReactive

The Reactive framework is based around observable state objects. One of the primary goals of the Reactive framework is make it easy to build state-driven UI, where the UI can respond to specific state fields being updated without needing to completely rerender the entire UI. For example, if we have a UI that displays the player's current amount of gold among other player statistics, we only need to update the player gold text content when that value changes, rather than redrawing the entire window.

Documentation

See the docs for complete documentation and usage, as well as for an example which demonstrates its main features.

Dependencies

This library has the following external dependencies which must be installed separately within the target application:

Installation

If you're using the BigWigs packager, you can reference LibTSMReactive as an external library.

externals:
  Libs/LibTSMReactive:
    url: https://github.com/TradeSkillMaster/LibTSMReactive.git

Otherwise, you can download the latest release directly from GitHub.

License and Contributions

LibTSMReactive is licensed under the MIT license. See LICENSE.txt for more information. If you would like to contribute to LibTSMReactive, opening an issue or submitting a pull request against the LibTSMReactive GitHub project is highly encouraged.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages