pysciter icon indicating copy to clipboard operation
pysciter copied to clipboard

Question about graphics/canvas

Open martinlombana opened this issue 3 years ago • 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!

martinlombana avatar Apr 18 '21 21:04 martinlombana

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

pravic avatar Apr 19 '21 08:04 pravic

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

martinlombana avatar Apr 20 '21 09:04 martinlombana