[]({{ tmplr.github_url }}/actions/workflows/build-windows-ci.yml) []({{ tmplr.github_url }}/actions/workflows/build-linux-ci.yml)
This is a binary module for the Pragma Game Engine. For more information on binary modules, check out this wiki article.
To install this module, download one of the prebuilt binaries on the right and extract the archive over your Pragma installation.
The module can then be loaded in Pragma by running the following console command:
lua_run_cl print(engine.load_library("{{ tmplr.install_directory }}{{ tmplr.module_name }}"))(You can use lua_run instead of lua_run_cl to load the module serverside instead of clientside.)
Please see the wiki for instructions on how to develop and build the module.