Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imaging/Texture loading #12

Open
6 tasks
amerkoleci opened this issue Jun 8, 2022 · 1 comment
Open
6 tasks

Imaging/Texture loading #12

amerkoleci opened this issue Jun 8, 2022 · 1 comment

Comments

@amerkoleci
Copy link
Owner

  • StbImageSharp/WIC loading
  • DDS
  • ASTC
  • KTX1
  • KTX2
  • BASISU support
@roy-t
Copy link

roy-t commented Jun 9, 2022

I've got a small C++/CLR project here: https://github.com/roy-t/SuperCompressedDotNet where I've made a small wrapper around BasisU, definitely not production ready but it runs and has some tests. I've also verified the code actually works since it decodes a few textures in my game engine.

Could be useful for inspiration.

I think BasisU also has a C API for the transcoder, which might be more natural to use directly from C#. I haven't investigated that yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants