Login  Register

Re: Graphics View Framework

Posted by dxli on Aug 14, 2015; 2:26am
URL: https://forum.librecad.org/Graphics-View-Framework-tp5712011p5712019.html

we have been talking about a web based app by the same c++ code base, optional with Qt as well, based on "source-to-source" compiling.

This approach allows the idea of the same CAD engine in C++ used by different drawing engines:

Qt: as in V2;
cairo: headless example in V3;
HTML5 canvas: PoC needed.


ravas wrote
I'm enjoying working with Qt. The documentation and Qt Creator are both excellent.

Some part of my mind is against C++ to javascript conversion.
I would start from scratch with paper.js, if I really wanted to make a web CAD.

What do you think about these?

http://www.fltk.org/doc-2.0/html/index.html
http://cegui.org.uk/features
http://www.wxwidgets.org/about/ (on github)