Skip to content

Interop Unity with CUDA v1.0.1

Latest
Compare
Choose a tag to compare
@davidAlgis davidAlgis released this 14 Sep 14:16
· 103 commits to main since this release

Demonstrate interoperability between Unity Engine and CUDA. It works with DX11 and OpenGL API.
You can import this project as a package with com.studio-nyx.interop-unity-cuda.1.0.1.zip.

Changelog;

  • Add Unit test.
  • Add new build script to make the development more comfortable.
  • Move to CUDA 12.2
  • Add log for wrong format in DX11
  • Add a way to handle error with plugin
  • Add a macro to check cufft
  • Add mip map generation
  • Add a package generation

Full Changelog: v1.0...v1.0.1