Skip to content

black screen using with raqote #200

Answered by parasyte
tiye asked this question in Q&A
Sep 7, 2021 · 7 comments · 3 replies
Discussion options

You must be logged in to vote

This isn't an issue in pixels, requests like this are better suited in the discussions page.

The bug in your code is this line: https://github.com/calcit-lang/calcit-paint/blob/b2c8768b019cc8b11d38ddf087debfdbe4c78279/src/main.rs#L272

You are cloning the pixel buffer and writing to a clone that pixels will never be able to see. Delete this line and it shows white text on a black background. (I do not know what the expected result is, but this is better than a pure black screen!)

Since this isn't a bug on our end, I'll close this issue. If you would like further assistance, please create a new discussion thread! I'll be glad to help in any way I can.

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tiye
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@parasyte
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@parasyte
Comment options

Comment options

You must be logged in to vote
1 reply
@parasyte
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Usability question
3 participants
Converted from issue

This discussion was converted from issue #199 on September 07, 2021 19:20.