NVIDIAGameWorks / FleX

Other
668 stars 100 forks source link

Unity3D Linux Support #114

Open cxdcxd opened 3 years ago

cxdcxd commented 3 years ago

I could run the flex CUDA‌ demos in Linux and I found all required libs in the libs folder for Linux. The problem is I want to use the Unity3D Flex plugin in Linux, which basically I need to use the same libraries. Since unity can't load .a libraries, I tried to convert them to .so files but still, there are errors.

Is there any way to use Flex in the Unity3D‌ Linux environment? Is there any source code available for Flex that I can build and test in Linux?