Skip to content

Starveldt/Weaver

Repository files navigation

Weaver
 
Publish CI Documentation

Weaver

Weaver is a fast, lightweight game framework meant for simple yet seamless game networking and synchronization. Weaver adheres by a single-script architecture, with a setup for the creation of services and controllers, allowing quick and painless communication from script-to-script without the need of BindableEvents/Functions.

This was originally developed as an alternative to Knit, but without the use of external libraries; there are no promises or extra packages to install, as all libraries are embedded and created for Weaver.

All code is written in Luau and up-to-date with the latest technology in Roblox, including typechecking.

Documentation

More information about Weaver and its usage can be found in the documentation.

Credits

  • Rokit
    • This repository's tools are managed using Rokit.
  • Lune
    • Used to publish the module to the Roblox marketplace.
  • Moonwave
    • All documentation was created using Moonwave.