You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
The recently released lox crate looks like a fast and usable library for geometry processing that could potentially replace the custom HalfEdgeMesh in blackjack 👀
One particular similarity between the two data structure is the fact lox contains a concept of "mapping" that is very close in spirit to blackjack's channels. Something important to explore there would be to see how an existing library fits into the more flexible borrowing patterns provided by blackjack (i.e. channels have interior mutability and, optionally, shared ownership).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The recently released
lox
crate looks like a fast and usable library for geometry processing that could potentially replace the customHalfEdgeMesh
in blackjack 👀One particular similarity between the two data structure is the fact
lox
contains a concept of "mapping" that is very close in spirit to blackjack'schannel
s. Something important to explore there would be to see how an existing library fits into the more flexible borrowing patterns provided by blackjack (i.e. channels have interior mutability and, optionally, shared ownership).The text was updated successfully, but these errors were encountered: