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

Roadmap to maturity #437

Open
almarklein opened this issue Nov 27, 2023 · 2 comments
Open

Roadmap to maturity #437

almarklein opened this issue Nov 27, 2023 · 2 comments

Comments

@almarklein
Copy link
Member

almarklein commented Nov 27, 2023

This is a meta-issue that lists the needed work to get to a 1.0 level maturity.
Note that we cannot call the API "stable" until the WebGPU spec is final.

General:

API improvements / changes:

API completeness:

  • Render bundles.
  • Occlusion queries.
  • Debug markers.
  • A bunch of optional arguments in webGPU methods that wgpu-native does not expose yet.

GUI support:

Testing:

  • Units tests to cover 100% of the API.
  • More examples, as coverage, but also to demonstrate the use of certain features.

Documentation:

  • Improve the guide.
  • Tutorials.
@almarklein almarklein pinned this issue Nov 27, 2023
@Vipitis
Copy link
Contributor

Vipitis commented Jul 16, 2024

I think a good goal will be to never panic and lose the python process. Always crash gracefully and raise some kind of Exception. There is some open issue for this in wgpu-native too

@Korijn
Copy link
Collaborator

Korijn commented Jul 17, 2024

I think a good goal will be to never panic and lose the python process. Always crash gracefully and raise some kind of Exception. There is some open issue for this in wgpu-native too

You're right! We talked about this before with you. See #171

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

3 participants