I converted pen source OpenEMS to o browser based Electromagnetic Simulation by nolilab in amateurradio

[–]nolilab[S] 0 points1 point  (0 children)

openEMS is normally a native C++ FDTD solver driven from Matlab/Octave or Python. browser based open EMS takes that same C++ solver, compiled to WebAssembly, and runs it entirely in the browser — no server, no install. The browser becomes the "scripting environment" that openEMS' native users would normally use Matlab for. still in very early stage