About 50 results
Open links in new tab
  1. [2022 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev

    Jan 30, 2022 · libtcod / python-tcod Libtcod is a utility library with various common but difficult to implement roguelike features built-in, such as a terminal emulator, path-finding, field-of-view, …

  2. [2021 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev

    Jan 30, 2021 · libtcod / python-tcod Libtcod is a library for making a roguelike without having to implement your own terminal emulator, path-finding, field-of-view, noise generation, random …

  3. Whats the story with libtcodpy, libtcod, tcod and tdl? - Reddit

    Dec 20, 2018 · Whats the story with libtcodpy, libtcod, tcod and tdl? I have read some conflicting information on the different libraries regarding their history, reason for creation, functionality, …

  4. [2023 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev

    Jan 30, 2023 · Libtcod typically refers to the C/C++ library and API. Python-tcod is the Python port of libtcod. It integrates with NumPy to exchange data between Python and Libtcod. The …

  5. Crazy tutorial: libtcod and ImGui integration (C/C++) - Reddit

    Aug 10, 2021 · 1- Use C++ for the game "engine", through libtcod (engine, map visualization and other handy features libtcod offers) 2- ImGui for all the interface and interaction 3- python to …

  6. roguelike development - Reddit

    A community of active roguelike developers. Learn how to make a roguelike, share your progress, follow what others are creating, and engage in discussions about a broad range of related …

  7. Is there a good reason to use libtcod over an engine like ... - Reddit

    Jun 23, 2023 · With libtcod you work with just an editor (like VSCode), and all your code is in your files and you organize it the way you like. Well, another reason I like tcod (and similar libraries, …

  8. libtcod - how to use included "terminal fonts" : r/roguelikedev

    Oct 14, 2016 · I downloaded libtcod 1.5.1 and in the data/fonts directory there are fonts that start with terminal... (example terminal8x12_gs_ro.png ). I like the options in these fonts (I'm a big …

  9. [2020 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev

    Jan 30, 2020 · libtcod / python-tcod Libtcod is for making a roguelike without having to learn and implement your own terminal emulator, path-finding, field-of-view, noise generation, RNG, all …

  10. "Finished" my first libtcod game after years of starting and

    Jan 16, 2018 · "Finished" my first libtcod game after years of starting and abandoning projects. Wanted to share the experience... Hi friends, long time reader first time poster here. I recently …