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

Added MeshOptimizer interface in hl.Format #11855

Closed

Conversation

TothBenoit
Copy link

Added MeshOptimizer interface un hl.Format that which can performs various optimization on index and vertex buffers.

@Simn
Copy link
Member

Simn commented Dec 5, 2024

Huh, I've never noticed hl.Format before... this doesn't look like something that should be in the Haxe standard library. :/

@yuxiaomao
Copy link
Contributor

We can technically move it into hashlink (except hl.Format.digest used by crypto I think?), just as what was done for DirectX / SDL. But it would needs to fix heaps a little bit.

@kLabz
Copy link
Contributor

kLabz commented Dec 6, 2024

except hl.Format.digest used by crypto I think?

We also want to move the crypto package to https://github.com/HaxeFoundation/crypto, but I'm not sure what the best place for hl.Format.digest would be 🤔

@ncannasse
Copy link
Member

I agree this is outside the scope of the standard library.
Format started as support for inflate/md5/sha1 and has evolved into jpg/png/dxt and now a bit more.
I will discuss internally but we need to take backward compatibility into account.

@ncannasse ncannasse closed this Dec 9, 2024
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

Successfully merging this pull request may close these issues.

5 participants