Skip to content

Addon Loader addon support. #120

@DeltaGW2

Description

@DeltaGW2

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions