Sharing Saturday #459

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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 | Documentation | Template

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. python-tcod-ecs

    Python sparse-set ECS with strong type-hinting. Supports entitiy relations.

    Not much news with libtcod itself, but I've continued to mess with Python ECS stuff. I think I've done the most I can do with the EC objects, so now I need to store entities in a global registry to support more complex tasks. Mainly things involving ECS queries. The current experiment is here. I'm not focused on performance, my current code is very dictionary heavy. In theory I can later add code to optimize queries based on usage.

  4. Cataclysm

    A post-apocalyptic roguelike. New features relative to C:Whales are scheduled for after 0.2.0, the savefile breaking release. (by zaimoni)

    Cataclysm:Z GitHub

  5. RSRevived

    Rogue Survivor Revived GitHub

  6. MSBuild

    The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

    I did get confirmation that the actual kill has been postponed to .Net 9.0 rather than .Net 8.0 . However, that PR is factually wrong regarding when System.Runtime.Serialization use became opt-in -- I had to counter-adjust Rogue Survivor Revived to opt into using System.Runtime.Serialization for .Net 7.0, last November i.e. Nov 2022.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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

  • Microsoft makes mistakes too. Let's check MSBuild

    1 project | dev.to | 17 Feb 2025
  • Did anyone figure out a way to compile .NET Core with WPF on Linux?

    3 projects | /r/dotnet | 16 Dec 2022
  • Why does Microsoft still insist on using XML for configuration files like `.csproj`, etc.?

    1 project | /r/csharp | 27 Nov 2022
  • [Copilot has] been a massive productivity improvement to our senior devs, and I got so used to it that it's an annoyance when Copilot doesn't respond.

    1 project | /r/programmingcirclejerk | 18 Oct 2022
  • Build to order? Checking MSBuild for the second time

    1 project | dev.to | 7 Sep 2022

Did you know that C# is
the 10th most popular programming language
based on number of references?