Skip to content

No_std support #283

Answered by parasyte
b-ncMN asked this question in Q&A
Jun 20, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

No, unfortunately this crate will not work for your use case. We need a GPU for scaling (at a minimum) and our current GPU layer provides a Vulkan-like interface across all supported backends.

I'm not sure what kind of interface you would expect in a kernel, since presumably you wouldn't need a GPU or high-level interface to it like Vulkan. I suspect the standard VGA interface is what you're looking for? Specifically, this is what I'm thinking of: https://wiki.osdev.org/Drawing_In_a_Linear_Framebuffer and https://wiki.osdev.org/VGA_Resources

If instead you do expect to have a GPU and driver, then pixels could potentially be an option for you. At that point, we would need to make wgpu no_s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@b-ncMN
Comment options

Answer selected by b-ncMN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants