Hey, I was trying to use DVL library on the Swift project, but it didn't succeed.
When I initialized DVLCore and called method core->InitRenderer(), I received result like DVLRESULT_HARDWAREERROR.
P.S.: I use Objective-C++ class for communication with C++ language and bridging header for recompiled Objective-C++ classes into Swift classes.