awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/airsimAvatar von microsoft

    microsoft/AirSim

    17,956Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,956
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,734
  • lammps/lammpsAvatar von lammps

    lammps/lammps

    2,783Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,783
  • ghdl/ghdlAvatar von ghdl

    ghdl/ghdl

    2,759Auf GitHub ansehen↗

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

Unter-Tags erkunden

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