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

Add wgpu and three-d portable (rust) graphics libraries #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haraldreingruber
Copy link

Rust has some really nice offers in the graphics ecosystem.

wgpu is really interesting, and it's actually the core of the (experimental) WebGPU implementation in Firefox.
three-d is nice because it's lightweight and easy to target native as well as web apps (OpenGL+ES and WebGL).

I saw that "Learn wgpu" was already mentioned as a tutorial. Not sure how well it suits if someone is interested in using WebGPU in the browser. That's why I moved it to the tutorials sub-section of the new section I've added.

Instead, I've added 2 tutorials for the WebGPU API I've found via a quick google search. But yes, I've seen the note that one shouldn't add something that you can not vouch for (not read/viewed/used). I am happy to delete those 2 tutorials and implement any other improvement/change ideas.

@haraldreingruber haraldreingruber marked this pull request as ready for review December 18, 2022 16:30
@haraldreingruber
Copy link
Author

haraldreingruber commented Dec 18, 2022

By the way, I saw that you are doing mob programming at your meetup. If you are interested in doing a Rust or WebAssembly session at some point in time (and open to figuring out a Europe-friendly time slot) I would be happy to contribute my experience there.

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.

1 participant