awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/airsimAvatar microsoft

    microsoft/AirSim

    17,956Vezi pe 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
    Vezi pe GitHub↗17,956
  • dusty-nv/jetson-inferenceAvatar dusty-nv

    dusty-nv/jetson-inference

    8,734Vezi pe 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
    Vezi pe GitHub↗8,734
  • lammps/lammpsAvatar lammps

    lammps/lammps

    2,783Vezi pe 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
    Vezi pe GitHub↗2,783
  • ghdl/ghdlAvatar ghdl

    ghdl/ghdl

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

Explorează sub-etichetele

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