Apps tagged with 'c-to-javascript'

All apps in Apps tagged with 'c-to-javascript' category. Use the filters below to narrow down your search. 
Copy a direct link to this comment to your clipboard
  1. Emscripten icon
     9 likes

    Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    Bananabread - example of program which is written in C++ and OpenGL, and compiles it using Emscripten into JavaScript and WebGL
    A Qt Painter application running in Javascript. The Qt framework, natively written in c++, was converted into Javascript using Emscripten.
    Using Emscripten, OpenTTD, a game built originally using C++, can now run in a web-browser after being converted into Javascript (using this tool).
    +2
    OpenDUNE, originally written in C, running in a web-browser after being converted into Javascript by Emscripten.
    3 alternatives
  2. Cheerp icon
     1 like

    Cheerp compiles C++ into modern WebAssembly and JavaScript. With Cheerp, you can write a new web application, or port an existing one, in C/C++. Cheerp will then generate WebAssembly/JavaScript code that can run on any browser and device.

    Cost / License

    • Free Personal
    • Open Source

    Application type

    Platforms

    • Mac
    • Windows
    • Linux
    2 alternatives