Three.js ve Alternetif Javascript 3D Kütüphaneler/Framework' ler

Emscripten is a compiler that allows you to take standard C/C++ and compile it to JavaScript, making it possible to port your C/C++ programs and run them in any modern browser.

Using the SDL2 library to implement all the basic components of a 2D game; showing an image, moving an image and listening for user input, and enabling you to make a game like this example of ‘snake’ with relative ease in C/C++, all without writing a single line of JavaScript.

Last updated