Giter VIP home page Giter VIP logo

Comments (3)

rdbende avatar rdbende commented on September 22, 2024 1

I am sceptical about this feature for a couple of reasons.

  • The architecture of Tkinter and Tukaan is so different, it would be tricky to even emulate tkinter's API in Tukaan. The way it could work is creating a proxy root object, and patching tkinter's global root at runtime (when it is supported), or overwriting w.tk. This is risky, because it won't work for example, when a tkinter widget calls a Python method that is defined on tkinter widget, but not on tukaan widgets.
  • Tukaan is conceptually different. It's not simply an interface to Tk, but a whole toolkit for creating desktop applications. This is why you don't start the program by creating a root window, but by initializing an app context.
    Tkinter uses strings everywhere, because in Tcl everything is a string, and tkinter doesn't translate them back, so it's unpythonic most of the time, and quite annoying. The whole API is different, and I don't want people used to tkinter trying to use it the wrong way.
  • It's not a good idea to mix GUI toolkits. Even though they both use Tcl/Tk under the hood, the API is really different. It would be really confusing, when certain common methods are defined on one widget, but not on another, or the name is the same, but they work differently. Binding strings are a bit different in tukaan, the grid geometry manager also behaves differently, and so even layouting and event management would be totally different between widgets.

That said, I think it's very important to make it easier to port tkinter apps to Tukaan, and I'd love to see people transition to Tukaan. However, instead of this feature I think it would be better to have a tool that helps to rewrite (or rewrites) an existing tkinter application to Tukaan. This would be a quite interesting and fun project imo.

from tukaan.

rdbende avatar rdbende commented on September 22, 2024 1

https://github.com/rdbende/tkupgrade

from tukaan.

Moosems avatar Moosems commented on September 22, 2024

I'll need to wait to convert DIP until the Text widget gets a widget in Tukaan :(.

from tukaan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.