-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Addon loader requires at minimum 3 DLLs:
- loader-core - Actual logic. (
addonLoader.dll) - d3d11 - Proxy
- dxgi - Proxy
It should be possible to just embed loader-core and call/forward the correct functions.
It would get rid of the 4 DLLs needed to make loader-core work. -> Less error prone installation.
It would mean support for more legacy addons. -> More variety for users.
It could mean auto-updates for legacy addons. -> UX
It could mean hot-loading for legacy addons. -> UX
Possible issues:
Additional proxies, such as select renderer. -> Function registry within AL.