LC on Web

Posted by bhattigurjot on
URL: https://forum.librecad.org/LC-on-Web-tp5713269.html

I've set up emscripten-qt on an older system with older versions of libraries as follows:
System: Mint 13
Clang: 3.2
LLVM: 3.2
Node: 0.10.0
Emscripten: 1.4.9
Emscripten-qt: Latest (last updated on Jan 2014)

I've had Mozilla Firefox version 10 on Mint 13, where the exported html crashed.
Then I ran the same in Firefox version 45.0, and it runs but seems little slow to me.

# If Qt is to be used for GUI
I do not know if Qt5 will work with this emscripten-qt as well. I will create a Qt5 based simple project and will try to convert with emscripten-qt and run in browser.

# Else
If Qt is not to be used for GUI, then how else are we going to create a GUI? I guess we will use the LC v3 engine and convert into JS using emscripten and then somehow use this library in a web application.