Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I make 3D Games with Javascript?

Tags:

javascript

3d

Is it possible to make native 3D games (like cs:go, call of duty, battlefield, etc) with Javascript? I want to create a game that will not be played in web browser, but be installed and played on user machine like every game.

like image 859
luicfrr Avatar asked Sep 03 '25 09:09

luicfrr


1 Answers

I'll use Babylon.js.

I've found some free tutorials in youtube and I think I can use Electron.js to run as a native desktop game

like image 58
luicfrr Avatar answered Sep 04 '25 22:09

luicfrr