Git Product home page Git Product logo

Comments (4)

HexDecimal avatar HexDecimal commented on May 30, 2024

The https://python-tdl.readthedocs.io/en/latest/ documentation isn't really new. It's been the main documentation since https://pythonhosted.org/tdl/ no longer accepts documentation updates (that one's permanently stuck on tdl v1.5.2 from May, 2016.) It probably wasn't clear before since you had to click on the 'docs badge' to get to the new documentation until I added another link to it recently.

If you're using the tdl modules and you're not having any performance issues, then you shouldn't worry about converting your code to the new API. You could also mix the API's since there isn't anything equivalent to tdl.event in the new API yet. The tdl API isn't going away, it just hasn't been the focus for a long time.

Things might have been more clear if libtcod-cffi was called tdl2, but it ended up having it's own history and now it's stuck with a silly name. I still update tdl, but it's mostly bug-fixes and pointing tdl functions at the new API. You can still raise suggestions here if there's anything you specifically want from tdl.

from python-tcod.

gcmartinelli avatar gcmartinelli commented on May 30, 2024

Got it! Thanks for clarifying

from python-tcod.

nightblade9 avatar nightblade9 commented on May 30, 2024

So TDL is deprecated? This is confusing. I googled for libtcod-cffi and ended up on a GitHub project page that points back to this project.

from python-tcod.

HexDecimal avatar HexDecimal commented on May 30, 2024

I can understand how it's all confusing. Currently the latest versions of libtcodpy, libtcod-cffi, and tdl are in this repository.

libtcod-cffi was split off of this repository, and then latter re-merged back into it. The HexDecimal/libtcod-cffi repository is no longer used and will tell you to come back here.

Deprecation in tdl is per-function. If the function is deprecated then the documentation should point out what you are recommended to use instead (like how the tdl.map and tdl.noise modules will tell you to use tcod.path, tcod.map, and tcod.noise.) If there's no viable replacement for a function then it shouldn't be deprecated.

from python-tcod.

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.