HexaEngine / Hexa.NET.DirectXTex

A .NET wrapper for the DirectXTex library.
MIT License
2 stars 0 forks source link

Question: Reducing library size #3

Closed iMrShadow closed 2 months ago

iMrShadow commented 2 months ago

Hi!

I noticed this a little bit late, but the project utilizes Silk.NET, which its assemblies take around 40MBs of space. That doubles the size of my app in my case.

I tried trimming to see what build option would be the best, but the app fails to start.

Is there anything that can be done it? Thanks

JunaMeinhold commented 2 months ago

I made a standalone version https://www.nuget.org/packages/Hexa.NET.DirectXTex.Standalone/1.0.0

iMrShadow commented 2 months ago

Wow, that was fast!

Thanks a lot, I am closing the issue