I'm having issues embedding CefSharp (WPF) in a addin for Revit:
- My addin cannot be loaded by Revit unless all files are in the Revit folder alongside with the main exe. This is not good because it messes with all Revit files. I've tried to set the PATH env variable to my private folder but it does not work. Any ideas how to make my libraries loadable? I'm not an expert of .NET assemblies etc...
- CEFSharp in the addin renders webpages but they occassionally flicker. Is there any flag to set?
- CEFSharp in the addin refuses to render WebGL. Any flag to set?
Note: outside of Revit, CEFSharp works fine (tried MinimalExample.WPF)