1 Repo
Integration of language interpreters within a compiled application to allow runtime script execution and data exchange.
Distinct from Python Scripting Environments: Focuses on embedding the runtime inside a host application rather than providing a standalone development environment.
Explore 1 awesome GitHub repository matching development tools & productivity · Embedded Runtimes. Refine with filters or upvote what's useful.
Chrono is a multi-physics simulation suite that functions as a multibody dynamics simulator, a finite element analysis tool, and a robotics simulation framework. It provides specialized solvers for fluid-solid interaction and distributed physics engines capable of synchronizing multiple agents across a network. The project features a dedicated pipeline for converting CAD assemblies into simulation-ready formats and integrates directly with robot operating systems to validate autonomous control logic and sensors. It differentiates itself through the use of WebAssembly for portable browser-base
Runs generic Python scripts within a compiled environment to exchange data via shared variables.