Jaksuhn / SomethingNeedDoing

39 stars 30 forks source link

Add config option for required lua paths #179

Closed OhKannaDuh closed 1 month ago

OhKannaDuh commented 1 month ago

Add a config option for paths to be automatically added to snd.require.paths.


I'm a big fan of the feature introduced here: https://github.com/Jaksuhn/SomethingNeedDoing/pull/71 This should make it easier for people to share libraries and helper files to be used with SND.

image image

Using this has allowed me to quickly re-use lots of my Lua code without having to copy it around, which just makes maintaining it down the line so much easier: image


I've not been able to test this on platforms outside of Windows 10.

Jaksuhn commented 1 month ago

Thank you!