Builds directly into the build output folder of runluau for fast testing.
Simply put them in the plugins
folder and they will work. Plugins can do anything to the environment, but all of the plugins here register a global library to access their functions.
A list of the functions the plugins here provide can be found in the runluau env.d.luau file.
- Copy
runluau-template
, and rename it. - Rename
runluau-template.vcxproj
,runluau-template.vcxproj.filters
, andrunluau-template.vcxproj.user
according to the name you chose. - Right click the runluau-plugins solution and click
Add -> Existing Project...
. - Pick the
.vcxproj
of the new plugin you made. - Edit
lib.cpp
to do whatever you want.