A good python library to replace libtcod for terminal play?

This page summarizes the projects mentioned and recommended in the original post on /r/roguelikedev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • blessed

    Blessed is an easy, practical library for making python terminal apps (by jquast)

  • I recently posted in last week's sharing saturday, introducing myself and my new project Age of Bronze and Iron, an ancient-greece themed Roguelike which I recently began using the textbook python+libtcod tut. I would really like to ditch libtcod in favor of a genuine text-mode display library. To that end I've looked around at the different options and think I have decided, after reading the documentation, to give it a try using blessed, since it seems featureful and (most important for a newbie with relatively limited time) easy to use.

  • rlfl

    Python RogueLike Function Library

  • Someone else said much the same, and I've read it in other threads, so I guess I'll probably stick with tcod for that stuff. I found this on github, and it seems like it might be workable, but there's quite clearly nothing like the community engagement that libtcod has, so I assume there's a reason for that.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things.

  • iterm2, gnome terminal, xterm, Konsole, macos Terminal, powershell, command, etc.. these all provide a common API which we normally use curses to interface with. But all of them basically reach into something lower level (opengl, vulkan, directx, etc.) to render the text, which ultimately is still pixels on a screen.

  • blessings

    A thin, practical wrapper around terminal capabilities in Python

  • Well, my current plan is to use one of the more modern curses-replacements (I'm thinking of blessed, a blessings fork), since they seem a lot easier to use than curses. If I hit a speed bottleneck with blessed, the plan is to switch over to curses...

  • notcurses

    blingful character graphics/TUI library. definitely not curses.

  • The most advanced terminal library I know is Notcurses (https://github.com/dankamongmen/notcurses).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts