-
Notifications
You must be signed in to change notification settings - Fork 0
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
Encapsulate WebGPU - 2D #96
Comments
Create a 2D API backed by WebGPU and WGSLDefine an API for drawing in a 2D Context. 2D API Operations
Advanced Features
Considerations
ReferencesResourcesRectangles Lines Curves
Engine Architecture
Text Rendering
Examples WebGPU Information
Tooling |
Switching to a GPU based rendering is going to require making some changes to the overall architecture.
Compute Shader PotentialWhat part of the pipeline can leverage compute shaders?
|
DebuggingDebugging shaders is a major pain in the Python ecosystem. The debug tools that work with Rust don't work with Python. I want a way to get debug information out of shaders. Ideas
Challenges
|
No description provided.
The text was updated successfully, but these errors were encountered: