awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesPathfinding Integration

Embedding a programmatic navigation engine into a game client to handle 3D movement.

Distinct from Pathfinding Algorithms: Candidates are general algorithms or server-side plugin APIs, not client-side 3D navigation embedding.

Explore 4 awesome GitHub repositories matching game development · Pathfinding Integration. Refine with filters or upvote what's useful.

Awesome Pathfinding Integration GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cabaletta/baritoneAvatar de cabaletta

    cabaletta/baritone

    8,661Voir sur GitHub↗

    Baritone is a pathfinding library and automation bot for Minecraft. It provides a programmatic navigation engine that implements A* pathfinding to calculate and execute movement paths for characters within three-dimensional block-based environments. The system distinguishes itself through a navigation API that allows external clients to embed movement logic and waypoint management. It features a command-based configuration interface for modifying settings via chat and employs memory-mapped environment caching to accelerate the retrieval of long-distance routes. Its capabilities cover a wide

    Embedding a programmatic navigation engine into custom clients to handle complex 3D movement and routing.

    Javaastarastar-algorithmastar-pathfinding
    Voir sur GitHub↗8,661
  • godotengine/godot-demo-projectsAvatar de godotengine

    godotengine/godot-demo-projects

    8,250Voir sur GitHub↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    Implements A* algorithms and navigation meshes for dynamic obstacle avoidance in 2D and 3D environments.

    GDScript
    Voir sur GitHub↗8,250
  • prismarinejs/mineflayerAvatar de PrismarineJS

    PrismarineJS/mineflayer

    7,139Voir sur GitHub↗

    Mineflayer is a Node.js game automation framework and JavaScript API for creating programmable Minecraft bots. It functions as a headless game client that implements the Minecraft protocol to connect external applications to game servers without a graphical user interface. The project enables the automation of character actions, including movement, combat, and interaction with the game world. It provides specialized systems for calculating navigation routes through 3D environments, manipulating blocks to build or mine, and managing user account authentication and session tokens. The framewor

    Implements a programmatic navigation engine to calculate optimal 3D movement routes for bots.

    JavaScriptbotminecraftminecraft-api
    Voir sur GitHub↗7,139
  • lampe-games/godot-open-rtsAvatar de lampe-games

    lampe-games/godot-open-rts

    1,029Voir sur GitHub↗

    Ce projet est un framework de jeu de stratégie en temps réel construit pour le moteur Godot, fournissant un modèle fondamental pour développer des titres de stratégie isométriques. Il offre une collection de systèmes réutilisables conçus pour accélérer la création de jeux compétitifs, incluant le support pour les participants humains et l'intelligence artificielle. Le framework se distingue par une suite complète de mécanismes de base adaptés au genre de la stratégie en temps réel. Il inclut un système dédié de brouillard de guerre qui obscurcit les régions de la carte en fonction de la ligne de vue des unités, aux côtés d'une recherche de chemin isométrique et d'une logique de navigation pour les unités terrestres et aériennes. Le moteur dispose également d'un système de point de ralliement de structure pour le déploiement automatisé d'unités et d'un utilitaire de configuration de match pour définir les règles, les rosters et les mises en page de carte avant le début des sessions. Au-delà de ces mécanismes de base, le projet fournit un ensemble complet de systèmes de jeu pour gérer le commandement et le contrôle des unités, l'équilibrage de l'économie des ressources et le suivi de l'inventaire. Il inclut des composants d'interface interactifs tels que la gestion de la sélection d'unités, des minimappes tactiques et des info-bulles contextuelles pour faciliter l'interaction du joueur. Le framework incorpore également des outils de diagnostic pour la surveillance des performances en temps réel et prend en charge la coordination multijoueur pour des environnements compétitifs partagés.

    Moves ground and air units across terrain using a three-dimensional camera perspective for efficient destination reaching.

    GDScriptgodotgodot-enginegodot-game
    Voir sur GitHub↗1,029
  1. Home
  2. Game Development
  3. Pathfinding Integration