StirlingLabs / Assimp.Net

C# .Net Core wrapper for the Open Asset Import Library (Assimp)
https://bitbucket.org/Starnick/assimpnet
Other
32 stars 6 forks source link

Support for net4.8? #6

Closed seghier closed 11 months ago

seghier commented 11 months ago

Hi Can you please add support for net4.8?

The previous version of Assimp 4.1.0 of Nicholas Woodfield works fine but it is old and can't read many new formats.

Rjvs commented 11 months ago

No, I'm sorry. The goal for this fork is to only support modern C#. Nicholas is doing a fine job maintaining support for older versions and is modernising his code base within those restrictions.

seghier commented 11 months ago

Sadly , there are many softwares don't support new .Net like Rhino

Rjvs commented 11 months ago

https://developer.rhino3d.com/guides/rhinocommon/moving-to-dotnet-7/

seghier commented 11 months ago

Yes but not nuget pacakge for visual studio and Rhino 8 is still beta version

seghier commented 11 months ago

After many tests i success to make it work but why assimp dll don't copied automatically to the folder with the compiled solution? I copy it manually but the plugin don't work unlike the one of Nicholas Woodfield works perfect

image