Closed elycheikhsmail closed 2 years ago
@DjDeveloperr thank you
I think when ffi callback supported in deno it will be poosible to use tkinter in deno wihout deno_python
Yes it would be possible, Tk
has C API that Deno FFI can consume, but of course it'll need callback support to do anything useful with it.
I was able to open a simple window using tkinter, however it may not be very usable considering we do not support callbacks, which are crucial for events, etc. Maybe after FFI supports callbacks https://github.com/denoland/deno/pull/13162 we can try adding support for that in this module.