[FEATURE REQ]: Add support for device plugins #10
Labels
driver madness next
Intended for the next driver madness window
driver
Driver related
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Currently all supported devices are hard coded into the driver, this complicates to process of adding support for new devices for both users and developers.
Describe the solution you'd like
Add support for user defined device plugins.
To be more precise add a mechanism to change some or all devices available to posers using a factory in a dll approach.
Describe alternatives you've considered
I couldn't come up with any good alternatives for the factory pattern to add support for device plugins, suggestions are more than welcomed in that regard!
Additional context
More info about the factory pattern:
The text was updated successfully, but these errors were encountered: