awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesSimulation

Interfaces for sending control commands to simulated entities and querying world state.

Distinct from Command Interfaces: Focuses on simulation-specific control commands rather than general IDE or command metadata.

Explore 4 awesome GitHub repositories matching development tools & productivity · Simulation. Refine with filters or upvote what's useful.

Awesome Simulation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 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

    Provides remote procedure call interfaces to command vehicles and query the simulated world state.

    C++aiairsimartificial-intelligence
    Ver en GitHub↗17,956
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Ships a Python-based library for creating application UIs and interaction tests for simulation tools.

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • lammps/lammpsAvatar de lammps

    lammps/lammps

    2,783Ver en GitHub↗

    This project is a parallel simulation engine and molecular dynamics simulator designed to model the physical movements of atoms and molecules. It functions as an interatomic potential framework for calculating forces between particles and a materials analysis tool for computing thermodynamic, structural, and transport properties of solids and fluids. The engine is distinguished by its high-performance computing capabilities, utilizing spatial-domain decomposition and message-passing interface communication to distribute workloads across processors. It supports multi-backend GPU acceleration v

    Creates class instances to execute abstract operations and commands for controlling molecular dynamics simulations programmatically.

    C++kokkoslammpsmolecular-dynamics
    Ver en GitHub↗2,783
  • ghdl/ghdlAvatar de ghdl

    ghdl/ghdl

    2,759Ver en GitHub↗

    GHDL is a compiler and simulator for VHDL hardware descriptions. It functions as a multi-pass analysis elaborator that resolves design hierarchies and dependencies to prepare hardware descriptions for simulation or synthesis. The project transforms VHDL source code into executable binaries for high-speed digital design verification and serves as a synthesis tool that converts descriptions into structural netlists compatible with vendor or open-source flows. It also implements the Language Server Protocol to provide static analysis, autocomplete, and code navigation for VHDL files. The toolse

    Allows interaction with external applications during simulation through standard procedural interfaces.

    VHDLcompilergccghdl
    Ver en GitHub↗2,759
  1. Home
  2. Development Tools & Productivity
  3. Command Interfaces
  4. Simulation

Explorar subetiquetas

  • Procedural InterfacesStandardized procedural interfaces that allow foreign applications to control and query a simulation kernel. **Distinct from Simulation:** Distinct from Simulation: focuses on the interface used for external application interaction rather than the simulation's internal state.