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

Does WebGLStudio support installation on Windows? #46

Closed KnightCoder closed 4 years ago

KnightCoder commented 4 years ago

Does WebGLStudio support installation on Windows?

I tried installing LiteFileServer but it was failing, since it was calling a POSIX function which isn't supported by Windows. And WebGLStudio is dependent on LiteFileServer.

Hence, please confirm and help to support this installation.

jagenjo commented 4 years ago

I never tryed it on windows so the answer is no. Some LiteFileServer functions probably expect a file system based on linux. That doesnt mean it cannot be ported, probably changing a couple of lines would be enough, just search for the errors and check if there is a version for windows of the same functions, in php that should be easy.