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

Dead links in Mathematics section #688

Open
John-Nagle opened this issue Nov 27, 2023 · 0 comments
Open

Dead links in Mathematics section #688

John-Nagle opened this issue Nov 27, 2023 · 0 comments

Comments

@John-Nagle
Copy link

Most of the links in the "Mathematics" section of https://rust-lang-nursery.github.io/rust-cookbook/ are dead.

I'd like to suggest adding some library that has the small vectors you need for graphics - 2D, 3D, and 4D, along with the corresponding matrices. Everybody doing graphics needs such a library. I'd suggest "glam", which is used by WGPU, a major graphics library, and Bevy, a game library. It has all the basic, routine operations on small vectors. 3 million downloads.

Then the Rust Playground, which uses the cookbook list, will include them. There are lots of little analytic geometry problems you can't run in the Playground, such as point to line, distance to rectangle, etc.

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

1 participant