MosscapMosscap is a simulation platform for Arduino based robots. The goal of this project is to provide a tool that can be used for robotics education from high school through college. Essentially, Mosscap addresses the problem statement:
Mosscap addresses this problem by packaging a lightweight physics simulator and Arduino interface into a VS Code extension to allow for simple installation. It leverages WebAssembly through emscripten to compile a user's Arduino sketch and open the simulation interface in browser. This circumvents the hassle of c++ build systems and dependency management and simplifies the usage requirements to two simple items:
Currently, Mosscap cannot run in the web version of VS Code. Although this is certainly a goal for the future. UsageMore info to come soon! |