PathFinding.js VS awesome-advent-of-code

Compare PathFinding.js vs awesome-advent-of-code and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
PathFinding.js awesome-advent-of-code
14 9
8,301 2,808
- -
0.0 9.9
10 months ago 17 days ago
JavaScript JavaScript
- -
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.

PathFinding.js

Posts with mentions or reviews of PathFinding.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • A* Tricks for Videogame Path Finding
    2 projects | news.ycombinator.com | 1 Jan 2024
    JPS is fun; though I struggled to interpret the suggested performance gains by the authors indeed due to the calculation of the jump nodes.

    Many years ago I added a visualisation to the JPS implementation of PathFinding.js to visualise this recursive search to find jump nodes - here's an online demo: https://qiao.github.io/PathFinding.js/visual/

  • Why do pawns walk crooked like this?
    1 project | /r/RimWorld | 31 May 2023
    Would be very, very weird. This just seems like the heuristics bugging out. I just replicated the terrain from this screenshot on: https://qiao.github.io/PathFinding.js/visual/
  • Show HN: GPT-4-powered web searches for developers on Phind.com
    8 projects | news.ycombinator.com | 12 Apr 2023
    "A* Pathfinding Visualization" demo on GitHub by Qiao Zhang: https://qiao.github.io/PathFinding.js/visual/
  • bif fort 100 fps 200 dwarfs 4x4 embark.
    1 project | /r/dwarffortress | 23 Dec 2022
    Central staircase is a bad idea for pathfinding. See e.g. here, try it in 2D here. If you want fps for 200 dwarfs keep things on one z-level with rooms along a single corridor. I personally don't like all these low z-level forts so use multiple staircases at the edges of a cube.
  • Graph pathfinding video
    1 project | /r/gamedev | 6 May 2022
  • Is A* pathfinding hard for beginners to code?
    1 project | /r/Unity3D | 30 Dec 2021
    Here it is visualised https://qiao.github.io/PathFinding.js/visual/
  • Can you find the optimal route for the trolly?
    3 projects | /r/ProgrammerHumor | 8 Dec 2021
    Jokes aside, I started this year and solved a couple of problems like this. I really liked the challenged, discovered and read about something called graphs in mathematics and Hamiltonian paths. There is a simple part and an algorithm part. The simple part is "listing" all the dots there. Imagine a table of elements, every dot has its sub- table with its name and connections (where you have a list of all the other Dots you could directly go from this one). Then comes the algorithm, which can be as elaborate as you want. Usually, if you don't mind performance time, it becomes simple since you only need to tell the program "start here, end here, go through all possible paths and give me the shortest one" Then, if you need to have a better performance, you adapt one of the many know algorithms for pathfinding, like the dikjistra one. For those, when adapted into your code, you "just" give them your table of dots with their connections and they will return you the "shortest" path, or the first they found, depending on the algorithm. The challenge I found most useful to understand this was from codewars. https://www.codewars.com/kata/5a667236145c462103000091 And here you can se a demonstration of those algorithms (just imagine that every square, in this case, would be one of those dots and instead of 4 connections they have the ones showed here) https://qiao.github.io/PathFinding.js/visual/
  • [Media] Wrote a neat little maze solver. Largest solved so far is 125k x 125k. Here's a smaller 512x512:
    1 project | /r/rust | 10 Sep 2021
  • Beginner C++ Projects Recommendation?
    4 projects | /r/cscareerquestions | 3 Aug 2021
    make this (but as a desktop application, not a web app - you can make it a lot simpler and just implement A Star) https://qiao.github.io/PathFinding.js/visual/
  • Is it normal if A* does this?
    1 project | /r/learnprogramming | 28 Jun 2021
    Here's a picture comparing the search areas using this tool that another commenter linked.

awesome-advent-of-code

Posts with mentions or reviews of awesome-advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.

What are some alternatives?

When comparing PathFinding.js and awesome-advent-of-code you can also consider the following projects:

pysc2 - StarCraft II Learning Environment

livebook - Automate code & data workflows with interactive Elixir notebooks

build-your-own-x - Master programming by recreating your favorite technologies from scratch.

advent-of-code-2019 - Advent of Code 2019 Solutions (Spoilers!)

gerev - 🧠 AI-powered enterprise search engine 🔎

aoc-2020 - Advent of Code 2020 in 25 Different Languages

ice_cream

advent_of_code_2022 - Advent of Code solutions for 2022, in Rust!

advent - Advent of Code solutions for Node

advent-of-code-2021 - An Elixir learner's solution for the Advent of Code 2021 event.

Advent-of-Code-2021 - Solutions for Advent of Code 2021

advent-of-code - Solutions to Advent of Code exercises https://adventofcode.com/