Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Navigation mesh generation and pathfinding toolkit for game AI systems
...Detour complements this system by providing runtime pathfinding, spatial queries, and navigation utilities that allow agents to move efficiently across the generated mesh. Recast Navigation also includes modules such as DetourCrowd for crowd simulation and agent collision avoidance, as well as DetourTileCache for streaming and dynamically updating navigation meshes in large or changing environments.
...Ici le programme extrait les données d'un terrain à partir d'une heightmap. Puis le robot simulé trace son chemin de bombe en bombe sur le terrain. Tout ceci vu par l'utilisateur via un affichage 3D. L'algorithme utilisé pour le pathfinding est l'algorithme A* (A STAR)
Python implementation of a bunch of multi-robot path-planning
multi_agent_path_planning is a Python-based implementation of multi-agent pathfinding algorithms for coordinating multiple agents in shared environments without collisions. It is useful in robotics, warehouse automation, and gaming AI.
OpenSkyNet - Moving towards a comprehensive artificial intelligence solution for game developers under the LGPL. The goals are to implement action selection solvers, robust steering behaviors (including pathfinding algorithms), and machine learning.
Argorha Pathfinding is an algorithm which permit you to find your way into a polygon soup ( 3D world ) efficently by precalculating a system of sectors and portals. AStar included. Demo in Download section, code on SVN.
This project's goal is to "package" AI features altogether.
These features can embrace pathfinding, behaviour, fuzzy logic, state machines, and the like.
Gamel (pronounced like camel) is a library written in C++ for use in games. Gamel includes common search and sort algorithms, easy-to-use networking methods, logging, 2D/3D distance calculation, entity classes for RPG and FPS games, pathfinding and more.
SmartMap (C# cross-platform) is a procedural style world-map creation utility or "Desktop World." A simple scene manager is included using plugin style building blocks and object pathfinding. Also included is a 2D world editor with graphical features. SmartMap is currently built in conjunction with the Axiom 3D rendering engine.