Sharing Saturday #344

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. {fmt}

    A modern formatting library

    I rarely run the game outside of the Unity player, so when I do, I typically get problems. This time, the problem was absolutely bizarre. The program crashed in the C++ plugin during a definitely valid print function, using the fmt library. And this only happens only rarely, when I run the game outside of the player. Funny thing is that if I execute the same code with the exact same arguments from a C++ driver application, I don't get that error... Solution? When calling a function from the DLL, the print output gets redirected to Unity, otherwise it gets redirected to stdout. This seems to have solved it, and I'm moving on.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. python-tcod

    A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.

    python-tcod | GitHub | Issues | Forum | Changelog | Documentation

  4. libtcod

    A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

    libtcod | GitHub | Issues | Forum | Changelog

  5. gruid

    Discontinued Cross-platform grid-based UI and game framework.

    Gruid Repository

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

  • Sharing Saturday #356

    4 projects | /r/roguelikedev | 2 Apr 2021
  • FYI - The "SDL failed to get a vertex buffer for this Direct3D 9 rendering batch!" warning has been fixed with tcod version 16.1.1

    1 project | /r/roguelikedev | 11 Jul 2023
  • Sharing Saturday #471

    4 projects | /r/roguelikedev | 16 Jun 2023
  • Is really Python3 so slow with libtcod?

    1 project | /r/roguelikedev | 21 Jan 2023
  • Python libraries?

    1 project | /r/roguelikedev | 1 Aug 2022