sciter-sdk/pysciter

Question about graphics/canvas

martinlombana opened this issue · 2 comments

Hi @pravic. I remembered we talked about this somewhere, but I can't find the issue or the post in the forum. I remember there was something that was not ported to pysciter, regarding the api for drawing into a canvas directly from python without using tisscript or js in the new sciter.js. Is that still the case or is there something still missing from the official API that has not been exposed in the python bindings?

Thanks!

Still the case: https://github.com/sciter-sdk/pysciter#what-is-supported-right-now

It's pretty easy to implement, though. Do you have in mind a minimum set of functions that need to be ready first? You can browse the documentation here: https://docs.rs/sciter-rs/0.5.55/sciter/graphics/struct.Graphics.html

I'll check it out and get back to you! Thanks!