awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cabaletta/baritonecabaletta 的头像

    cabaletta/baritone

    8,661在 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
    在 GitHub 上查看↗8,661
  • godotengine/godot-demo-projectsgodotengine 的头像

    godotengine/godot-demo-projects

    8,250在 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
    在 GitHub 上查看↗8,250
  • prismarinejs/mineflayerPrismarineJS 的头像

    PrismarineJS/mineflayer

    7,139在 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
    在 GitHub 上查看↗7,139
  • lampe-games/godot-open-rtslampe-games 的头像

    lampe-games/godot-open-rts

    1,029在 GitHub 上查看↗

    This project is a real-time strategy game framework built for the Godot engine, providing a foundational template for developing isometric strategy titles. It offers a collection of reusable systems designed to accelerate the creation of competitive games, including support for both human and artificial intelligence participants. The framework distinguishes itself through a comprehensive suite of core mechanics tailored for the real-time strategy genre. It includes a dedicated fog-of-war system that obscures map regions based on unit line-of-sight, alongside isometric pathfinding and navigati

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

    GDScriptgodotgodot-enginegodot-game
    在 GitHub 上查看↗1,029
  1. Home
  2. Game Development
  3. Pathfinding Integration