Fantasy-Map-Generator VS RegExr

Compare Fantasy-Map-Generator vs RegExr and see what are their differences.

RegExr

RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. (by gskinner)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Fantasy-Map-Generator RegExr
597 579
4,258 9,541
- -
8.6 0.0
5 days ago 30 days ago
JavaScript JavaScript
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Fantasy-Map-Generator

Posts with mentions or reviews of Fantasy-Map-Generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-30.
  • CC0-licensed fantasy map brushes based on historical cartography
    1 project | news.ycombinator.com | 21 Dec 2023
    Adding to the other answers, there are also -besides Photoshop, Gimp, etc- specialized tools to draw fantasy maps. The site mentions Wonderdraft [0], but there are a bunch of others though not all of them support using external brushes.

    Some other tools in this space may be Watabou's tools [1], Azgaar's tools [2], Inkarnate [3], Mapforge [4], or quite a few more which you can find links to in this list [5]. Again: you could use these brushes with some of these; not all support external brushes.

    [0] https://www.wonderdraft.net/

    [1] https://watabou.github.io/

    [2] https://azgaar.github.io/Fantasy-Map-Generator/

    [3] https://inkarnate.com/

    [4] https://www.mapforge-software.com/

    [5] https://www.mapforge-software.com/links-to-map-making-apps/

  • How to make something likewise of This?
    1 project | /r/hammer | 8 Dec 2023
  • Free online interactive map creators?
    1 project | /r/DnD | 6 Dec 2023
    If you're looking for a world map, https://azgaar.github.io/Fantasy-Map-Generator/ is great.
  • Cosmopoeia, a GIS-based world-generating tool
    2 projects | /r/worldbuilding | 30 Nov 2023
    I'm working on a command line program, called Cosmopoeia, which can generate random fantasy worlds which can then be edited in GIS software. The idea was inspired by Azgaar's Fantasy Map Generator, so the results resemble maps created with that.
  • Naming Convention - Inspiration help
    1 project | /r/worldbuilding | 24 Nov 2023
    I've been using Azgaar's Fantasy Map Generator to help with naming conventions. There's a culture set dropdown and I've been using the dark fantasy set. This has sets like "Romian" and "Elladan" with a Latin-like and Greco-like naming convention respectively, and were the basis for the idea of having an Ancient Elven culture. Does anyone know where I might be able to view just the name database for this generator? I'd rather this than having to refresh the map every 5 mins.
  • What are the most clever and useful generators and tools you've seen?
    1 project | /r/rpg | 9 Oct 2023
    Can't believe there's no link to https://azgaar.github.io/Fantasy-Map-Generator/ yet. It's an incredible tool with surprising depth and you can really lose yourself in generating and exploring worlds generated from scratch, their biomes, and the political relationships of nations and cultures.
  • Enhancing the map with colored provinces and borders.
    1 project | /r/StableDiffusion | 14 Sep 2023
    I've generated and exported map from https://azgaar.github.io/Fantasy-Map-Generator/ to serve as a board for my board game mockup. After several playtests I've thought I could pimp up the graphics of the game even further and started using the SD for generation of the elements. So far it goes well, I've learned a lot already, but now I have huge problem with the map element itself.
  • AWE-SOME app
    1 project | /r/fantasytowngenerator | 20 Aug 2023
    Thank you again for the software, coupled with Azgaar's Fantasy Map Generator, this is making my life so much easier.
  • [Technical Update] New Electron App version
    1 project | /r/FantasyMapGenerator | 30 Jul 2023
    I have updated the Electron packages latest Chromium, that should fix a number of issues. If you use it, download an archive for your architecture below, unzip and run the executable file or the package:Windows x64 | MacOS arm64 | Linux arm64.
  • Using worldpainter to port from Azgaar's Fantasy Map Generator to Minecraft
    1 project | /r/Worldpainter | 30 Jul 2023
    This site allows the genration of fairly detailed fantasy maps that are divided in small sections with different attributes.

RegExr

Posts with mentions or reviews of RegExr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-10.
  • Hot Springs
    1 project | dev.to | 3 Jan 2024
    When thinking about how I might compare an arrangement to the contiguous group of damaged springs, I used regexr.com to experiment with very specific regexs that used the numbers.
  • Demystifying Regular Expressions (Regex): A Chat Sheet Guide
    1 project | dev.to | 27 Dec 2023
    There are plenty of online regex tools to test and experiment with regex patterns. Some popular ones include RegExr, RegEx101, and RegexPlanet.
  • Camel Cards
    1 project | dev.to | 16 Dec 2023
    Using regexr.com it at least appears to work as expected.
  • [2023 Day 2] [Python] Stuck on the first task
    1 project | /r/adventofcode | 9 Dec 2023
    If you are going to use RE's, use something like https://regexr.com/ to double check that they're doing what you want. I was suspicious of your 'cols = re.findall(r'\d+ .....', i)' line, and indeed it does miss some columns. You should rethink your column detection, and either not use REs or learn how to use capture groups and \w. There would then be no reason to use yet another RE in your column iterator to extract the numbers which you've already detected.
  • 2023 Day 2 Part A [Java] regex pattern not matching
    1 project | /r/adventofcode | 4 Dec 2023
    First time posting here, let me know if I need to edit post to conform to any rules. My issue is that I'm trying to match regex pattern to separate out the number of cubes drawn and its color but my Matcher object seems to not be returning any matches so it's throwing a no match found exception when I try to call digitMatcher.group(). I have tested my regex pattern on sites like regexr and it seems to pass there but it's not working for some reason here. I use the same type of regex on day one and it work there so I'm not sure where my regex pattern is failing here. I'm talking about specifically in my isGameValid() method where I create a matcher base on a pattern I made above. Through debugging I know that I separated the string color pairing correctly and that my Matcher object has the correct regex pattern, it's just not matching for some reason. Any help would be appreciated. Code below:
  • Trebuchet?!
    1 project | dev.to | 1 Dec 2023
    Regexr has been an invaluable tool as a beginner.
  • 10 Lesser-Known Tools and Websites to Spice Up Your Developer Toolbox
    8 projects | dev.to | 10 Oct 2023
    RegExr simplifies working with regular expressions. This online tool provides a visual interface for building and testing regex patterns in real-time, making regex less intimidating.
  • What regex flavour does vscode use in language-configuration.json
    1 project | /r/vscode | 10 Jul 2023
  • Regex not working
    2 projects | /r/vba | 10 Jul 2023
    Ho did you arrive at the regex? I usually use a website to , such as https://regex101.com/, https://regexr.com/, https://regex-generator.olafneumann.org/ in combination of each other, as some explain better than the other.
  • Capture the first instance, but don't stop?
    1 project | /r/regex | 8 Jul 2023
    I pulled this into regexr.com and it yielded the same results except it removed :41:

What are some alternatives?

When comparing Fantasy-Map-Generator and RegExr you can also consider the following projects:

armoria-api - Heraldry generator API

RegEx101 - This repository is currently only used for issue tracking for www.regex101.com

Armoria - Heraldry generator and editor

RegExpBuilder

notion-auto-pull - Bash script to automatically download a notion workspace

Visual Studio Code - Visual Studio Code

mapgen4 - Mapgen4 procedural wilderness map generator

CyberChef - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

Eigengrau-s-Essential-Establishment-Generator - A town generator that is suitable for out of the box play in any fantasy TTRPG setting.

self-hosted - Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

obsidian-releases - Community plugins list, theme list, and releases of Obsidian.

Regexly - WYSIWYG Regex playground for those who JavaScript