Author
00457008 王 靖
00452138 邱瀚毅
孫小美
沙隆巴斯
忍太郎
金貝貝
阿土仔
莎拉公主
A complete JavaScript framework for building 3D games with HTML5, WebGL and Web Audio.
BabylonJS Documentation: http://doc.babylonjs.com/
Web Graphics Library, is a JavaScript API for rendering 3D graphics within any compatible web browser without the use of plug-ins.
Wikipedia: https://en.wikipedia.org/wiki/WebGL
There is no Sleep function in JavaScript (before ES6) like C or PHP. Function setTimeout() is not exactly a sleep function as it behaves like creating another thread for the scheduled task.
Babylon itself is not slow. It does nothing by itself. However, JavaScript is a dynamic language and isn't precompiled to machine code. As a result, it runs much slower than native C++ code.