cgltf.NET 1.14.0-beta

This package has been deprecated as it has critical bugs.
This is a prerelease version of cgltf.NET.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package cgltf.NET --version 1.14.0-beta                
NuGet\Install-Package cgltf.NET -Version 1.14.0-beta                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cgltf.NET" Version="1.14.0-beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cgltf.NET --version 1.14.0-beta                
#r "nuget: cgltf.NET, 1.14.0-beta"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cgltf.NET as a Cake Addin
#addin nuget:?package=cgltf.NET&version=1.14.0-beta&prerelease

// Install cgltf.NET as a Cake Tool
#tool nuget:?package=cgltf.NET&version=1.14.0-beta&prerelease                

cgltf.NET

cgltf.NET is c# port of jkuhlmann/cgltf.

When I was using stbimagesharp, I found that I could convert C's single-file library to C#, so when I needed a glTF library, I wondered if there was such a library. I found cgltf, which is the result. The conversion code I wrote is rough and untested, and I don't want to put a lot of effort into maintaining it because it's a conversion, and spending too much effort on maintenance is less efficient than using p/invoke. I will try it in my 3D project, and if it works, I will try to optimize it in the future.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.14.0-beta1 30 5 days ago
1.14.0-beta 43 11 days ago 1.14.0-beta is deprecated because it has critical bugs.