-
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
-
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.
-
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.
-
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
-
Rogue Survivor Revived GitHub
-
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.
-
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.
Related posts
-
Microsoft makes mistakes too. Let's check MSBuild
-
Did anyone figure out a way to compile .NET Core with WPF on Linux?
-
Why does Microsoft still insist on using XML for configuration files like `.csproj`, etc.?
-
[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.
-
Build to order? Checking MSBuild for the second time