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.