dotnet / Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
https://dotnet.github.io/Silk.NET
MIT License
3.88k stars 378 forks source link

[2.X] Add a helper for custom IO in Assimp #2199

Closed Perksey closed 1 day ago

Perksey commented 1 month ago

Summary of the PR

Adds a CustomFileIO class which allows a Stream factory to be used in the context of a FileIO implementation in Assimp.

Related issues, Discord discussions, or proposals

https://discord.com/channels/521092042781229087/607634593201520651/1245146529468121138

Further Comments

Perksey commented 1 month ago

This is ready for review.