VCArduinoClub / InoArduino

https://ino-arduino-dev.vercel.app
GNU Affero General Public License v3.0
3 stars 0 forks source link

Adding live run time environment #4

Closed abalakrishnan1 closed 1 year ago

abalakrishnan1 commented 1 year ago

refer to AVR8js javascript library. It's solves this, and we just need to do frontend

realjoshuau commented 1 year ago

NB: AVR8JS does not entirely solve this. AVR8js is useful, however it's only an emulator. NOT a compiler. I am looking into a compiler that compiles itself into WASM for full in-browser development.

Maybe we could also use WebContainers? This is all very new tech so it may change. Full in-browser arduino simulations sound VERY interesting however.

realjoshuau commented 1 year ago

Completed by #22