BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.67k stars 260 forks source link

no demo for c# with this lib? #335

Closed iamnewaplayer closed 1 year ago

iamnewaplayer commented 1 year ago

i want to use c# to do like this

basisu -y_flip -output_file unity_flipped.basis input.png

no demo?

richgel999 commented 1 year ago

Sorry, I'm not a C# guy. It should be possible to wrap the library under a DLL (or SO) and then call that from C#, however.