Graphics View Framework

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Graphics View Framework

ravas
http://doc.qt.io/qt-5/graphicsview.html

Was this considered for LC3?
Does Cairo replace it?
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

ravas
Dankjewel!

Are you considering options other than Qt for the UI?
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

dxli
In reply to this post by ravas
we talked (only talks, no code) about the possibility to use html5 for UI. In other words, it would be a web based 2D drawing/CAD.

It's doable, but a project too big for our available development time.

ravas wrote
Dankjewel!

Are you considering options other than Qt for the UI?
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

ravas
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)

Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

dxli
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)
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

ravas
Two more projects worth noting for a web based version:
http://jsxgraph.uni-bayreuth.de/wp/home/features/
http://raphaeljs.com/
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

ravas
worth knowing about: http://blend2d.com/
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

ravas
Reply | Threaded
Open this post in threaded view
|

Re: Graphics View Framework

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.