jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

Any document if want to make similar tool from start in nodejs #60

Open RYG81 opened 1 year ago

RYG81 commented 1 year ago

Is there any document available for making similar tool in nodejs?

jagenjo commented 1 year ago

nodejs is not a language, you mean javascript? my recomendation is that you start by creating a 3D engine, there are many books about coding 3D engines.

RYG81 commented 1 year ago

Yes JavaScript but Node.js as backend in place of PHP. Also what library will be better use ThreeJS, Babylon or your libraries.

jagenjo commented 1 year ago

oh, you want to replace litefilesystem then, not webglstudio, yeah, it shouldnt be complex, in the litefilesystem repo you have more info.