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

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

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

4 个仓库

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

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

    microsoft/AirSim

    17,956在 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
    在 GitHub 上查看↗17,956
  • dusty-nv/jetson-inferencedusty-nv 的头像

    dusty-nv/jetson-inference

    8,734在 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
    在 GitHub 上查看↗8,734
  • lammps/lammpslammps 的头像

    lammps/lammps

    2,783在 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
    在 GitHub 上查看↗2,783
  • ghdl/ghdlghdl 的头像

    ghdl/ghdl

    2,759在 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
    在 GitHub 上查看↗2,759
  1. Home
  2. Development Tools & Productivity
  3. Command Interfaces
  4. Simulation

探索子标签

  • 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.