dashing.net
dashing.net copied to clipboard
Consider plugin model so dont have to modify core framework - im thinking MEF?
Currently to add in additional modules it is necessary to modify the coreproject. Ideally a user should not need to touch this and simply copy in a new module & any assemblies. We could use MEF to load the modules in.
I will be integrating MEF in the very near time-frame. Alex, thank you for doing the leg work and getting it to work!!!
Dev branch now contains the MEF implementation and the refactored job system. Will begin testing now.