Sharing Saturday #364

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

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

    This repository is deprecated. Please see Brogue Lite at the new repository.

  • No new code, but I've been creating QoL issues for the backlog. I think colour-coded item names will be really great - no more hunting in your inventory for that strength potion. Showing stat requirements in red if you don't meet them will make inventory juggling faster as well.

  • WaveFunctionCollapse

    Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics

  • Also learned about a procedural generation method called WFC, and saw a Reddit post that used a similar method to create great-looking Pokemon/Zelda-esque map screens. Unfortunately, I'm unable to find that post again! Essentially, the methods define constraints for which tile types can be next to which other ones. Then they generate a map by collapsing a single tile into a specific type and propagating the results to its neighbours (i.e. reducing their possible types). Unfortunately, some donkey named the algorithm "Wave Function Collapse", which is already a term in physics. You can imagine how difficult that makes it to search for it. Not only that, the name seems to me to be a complete misnomer: there is "collapse", but there is no "wave function", as far as I can tell. It's just discrete probabilities for the types of each tile in the grid. And it seems that most implementations don't even make those probabilities differently weighted. So their "wave" is just a flat histogram. So, shame about the name, but it does seem like it could be a useful algorithm for generating any kind of arrays (tiled 2D maps, bitmaps, voxel maps...). And the algorithm's principles are super simple, which has shown me that constraint programming isn't magic!

  • 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