Using ThreeJs in electron

hello, i am new to javascript and i want to make clothing design software for windows, Mac and linux, recently i found electron, and eletron uses javascript to make desktop apps, My question is

can i use threeJs library in electron

Yes, you can use THREE.js with electron.

Electron is packed with Chromium 56, which supports webGL by default. It even has webGL 2.0 enabled by default…

GL & HF

1 Like

thanks