Skip to content

Releases: davidAlgis/InteropUnityCUDA

Interop Unity with CUDA v1.0.1

14 Sep 14:16
Compare
Choose a tag to compare

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

Interop Unity with CUDA v1.0

04 Apr 09:57
Compare
Choose a tag to compare

Demonstrate interoperability between Unity Engine and CUDA. It works with DX11 and OpenGL API.