arctic-alpaca
arctic-alpaca
> Can you do me a favor and check it on the examples of OrbClient on your Window? https://gitlab.redox-os.org/redox-os/orbclient I'm not sure how, the examples don't seem to allow for...
Pressing `ß` returns: ``` Key(KeyEvent { character: '-', scancode: 12, pressed: true }) Key(KeyEvent { character: '-', scancode: 12, pressed: false }) ``` Seems like this is indeed the issue.
Using [css colors](https://www.w3.org/TR/css-color-3/#svg-color) could be a starting point. Those are sufficiently well defined and since they should be supported by every browser, they should be as close to global acceptance...
> Currently, we used the CSS colors and some others, is possible to limit it to the only CSS but... the default themes use someones that are not there. How...
Thanks for the explanation. Out of curiosity, what's the longer term plan in regards to the backend for OrbTk?
Thank you. I forgot to include the modified version of the plotters_backend crate in the repository, this should be fixed now. This doesn't impact the original problem.
I could implement the [plotters backend in raqote](https://github.com/arctic-alpaca/plotters_in_raqote) without issues. I didn't deal with the text portion of the backend, but that doesn't cause the panic issue in OrbTK either...
Disregard my last post, I think I found the problem. The application only panics when using rgba and it seems like using rgb and `set_alpha` on the `RenderContext2D` works. I...
Thank you very much for the in depth answers! I created a seemingly working prototype here: https://github.com/arctic-alpaca/plotters_backend_iced You made integration into new backends really easy. Under `iced_backend` is the backend...
> But I am still wanting a better version of this. What do you think a better version should look like? > And note more note on this: You are...