technical_stack - vc64web/virtualc64web GitHub Wiki
c64web uses Emscripten as development toolchain
external APIs that vc64web relies on
- for compiling C/C++ and the use of SDL2 we use Emscripten
- for the C64 emulation we use this core https://github.com/dirkwhoffmann/virtualc64
- for ui design we use https://www.w3schools.com/bootstrap4/default.asp
- for code editing of scripts inside vc64web we use codemirror editor
- for the virtual joystick implementation we adapted this https://github.com/jeromeetienne/virtualjoystick.js
- for unzip we use JSZip lib