awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

5 repositorios

Awesome GitHub RepositoriesEnvironment Simulation Tools

Utilities for replicating production-grade cluster topologies on local hardware to validate deployment and management procedures.

Distinguishing note: Focuses on high-fidelity environment replication for training and validation, rather than actual production deployment.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Environment Simulation Tools. Refine with filters or upvote what's useful.

Awesome Environment Simulation Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pingcap/tidbAvatar de pingcap

    pingcap/tidb

    40,166Ver en GitHub↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    TiDB replicates a production-grade cluster environment on a single machine using topology configuration files to practice full-scale installation and management procedures.

    Gocloud-nativedatabasedistributed-database
    Ver en GitHub↗40,166
  • prefecthq/fastmcpAvatar de PrefectHQ

    PrefectHQ/fastmcp

    22,994Ver en GitHub↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Runs a local development server that mimics host-side behavior for testing tool interactions.

    Pythonagentsfastmcpllms
    Ver en GitHub↗22,994
  • microsoft/airsimAvatar de microsoft

    microsoft/AirSim

    17,956Ver en GitHub↗

    AirSim is a high-fidelity simulation platform designed for the development and testing of autonomous vehicles. Built as a plugin for game engines, it provides a physics-based environment that models vehicle dynamics and sensor data, serving as a foundation for robotics research, computer vision training, and reinforcement learning. The platform distinguishes itself through its support for hardware-in-the-loop and software-in-the-loop testing, allowing developers to validate control logic and firmware against real-world signals or concurrent processes. It offers extensive programmatic control

    Compiles simulation engine source code and plugins into custom container images.

    C++aiairsimartificial-intelligence
    Ver en GitHub↗17,956
  • bmild/nerfAvatar de bmild

    bmild/nerf

    10,902Ver en GitHub↗

    This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of two-dimensional images and camera poses. It functions as a volumetric rendering engine and scene synthesizer that optimizes neural representations of spatial volumes to generate novel views of complex 3D scenes. The system implements a coordinate encoding system that transforms spatial coordinates into high-dimensional space to capture high-frequency geometric details. It also includes a neural mesh extractor that converts trained radiance fields into triangle meshes via march

    Loads image files and camera transformation matrices from Blender metadata to prepare 3D scenes for rendering.

    Jupyter Notebook
    Ver en GitHub↗10,902
  • o3de/o3deAvatar de o3de

    o3de/o3de

    8,954Ver en GitHub↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Loads 3D content from standard formats and allows for the addition of new scene file type support.

    C++3d-graphics3d-graphics-engineanimation
    Ver en GitHub↗8,954
  1. Home
  2. DevOps & Infrastructure
  3. Environment Simulation Tools

Explorar subetiquetas

  • Scene ImportersUtilities for importing external 3D project scenes into simulation environments. **Distinct from Environment Simulation Tools:** Distinct from Environment Simulation Tools: focuses on the import and integration of custom assets rather than replicating cluster topologies.
  • Simulation Build SystemsTools for compiling simulation source code and plugins into containerized environments. **Distinct from Environment Simulation Tools:** Distinct from Environment Simulation Tools: focuses on the build and compilation process for simulation binaries rather than environment replication.