valantonini / AStarLinks
A 2D A Star (A*) pathfinding implementation in C# focused on ease of use
☆154Updated this week
Alternatives and similar repositories for AStar
Users that are interested in AStar are comparing it to the libraries listed below
Sorting:
- A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETS…☆350Updated last year
- C# port of Box2D - Erin Catto's 2D Physics Engine☆302Updated 2 years ago
- A small, easy to understand C# implementation of the A Star pathfinding algorithm for 2D grid based applications.☆88Updated 3 years ago
- Incredibly small finite state machine for .NET languages, written in C#. Useful for UIs and games. Runs in .NET, mono, Xamarin and Unity.…☆158Updated 5 years ago
- C# ORM - High Performance, SQL, NoSQL, Messaging, Pub-Sub☆179Updated 6 months ago
- Benchmarks of some C# ECS frameworks.☆165Updated 7 months ago
- 2D math / geometry collision library for C#, compatable with monogame.☆54Updated 4 years ago
- Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.☆117Updated last year
- A simple implementation of Unity's Coroutines to be used for any C# project☆46Updated 2 years ago
- A high-performance alloc free c# Jobscheduler.☆192Updated 7 months ago
- WattleScript C# scripting engine.☆71Updated 6 months ago
- This project is a finite state machine designed to be used in games.☆62Updated 2 years ago
- A simple C# example of Behavior Trees + Editor.☆77Updated 5 months ago
- Extensions for Arch with some useful features like Systems, Source Generator and Utils.☆202Updated last month
- High Performance Quad Tree Implementations for C# (Point, Rect and PointInv)☆165Updated 4 months ago
- A high performance component oriented take on ECS that supports sparse sets and archetypes seamlessly.☆127Updated last week
- .NET client for Nakama server written in C#.☆155Updated last week
- Probably the simplest to use ECS for C#☆94Updated 2 years ago
- A GOAP (Goal Oriented Action Planning) AI library, written in C#.☆114Updated 7 months ago
- A improved fork of ENet, a tried and true networking library. C, C++, C# compatible.☆91Updated last year
- ☆45Updated 4 months ago
- A simple system for running nested coroutines in C#.☆139Updated 8 years ago
- Cross-Platform .NET 8 C# 2D game engine build ontop of MonoGame.☆27Updated 3 weeks ago
- Data-oriented C# Game Engine with libraries & shaders hot-reloading.☆90Updated 8 months ago
- Lightweight and fully managed reliable UDP library.☆222Updated 2 years ago
- C# interpreter written in C#☆134Updated 2 years ago
- C# Realtime GUI System☆144Updated last year
- 2D collision detection system.☆162Updated 3 months ago
- C# Rollback network SDK☆144Updated last week
- A tiny bevy-like archetype-style ECS library for dotnet