Skip to content

autumngmod/binloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binloader

binloader is a small library that allows you to control the loading of dll modules.

Let's imagine a situation - you write several different addons that require the same dependency.

In general, we can just make a bunch of identical if constructs that would check if this dependency is loaded or not.

But why do that if you can just write one command that will make the modules load themselves?

join us on discord!

Installation

Via libloader

lib install autumngmod/binloader@0.1.0
lib enable autumngmod/binloader@0.1.0

Usage

bin <add|remove> <name> # add/remove dependency
bin list # list of activated modules

About

Controls the loading of dll modules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages