Viktor Kovacs

Results 127 comments of Viktor Kovacs

The engine is tested with several compilers, see the https://github.com/kovacsv/VisualScriptEngine/wiki/Building-the-Engine page for details. I think it should work with mingw gcc, too. Just generate makefiles with cmake, and use the...

Yes, you are right, instead of `WIN32`, it should check visual studio. Have you tried to delete the `WIN32` branch, and use the other one for mingw?

Please try to modify the function in the `CMakeLists.txt` file like this, and see if it works with mingw. ``` function (SetCompilerOptions module) target_compile_options (${module} PUBLIC "$") target_compile_options (${module} PUBLIC...

I would try right clicking on the canvas. 🙂

There is no Qt implementation, but maybe the wxWidgets implementation can help you start: https://github.com/kovacsv/VisualScriptEngineWxWidgets.

It's released.

Unfortunately I can't provide you any working examples on dragging and dropping. Also, creating a window in a door is tricky, because the door should cut it's volume from the...

Hello! I already thought of that, but currently I have no plan to make the npm support. But I welcome any help regarding this task :) Viktor

You can operate with the `ConvertURLListToJsonData` and `ConvertJSONDataToThreeMeshes` functions like in this example: https://github.com/kovacsv/JSModeler/blob/master/sandbox/importeralltypes.html

Hi, I recommend you to check this example: https://rawgit.com/kovacsv/JSModeler/master/sandbox/print.html It can export the model to STL file, so only one another step needed to make it downloadable.