From: luc t. <luc...@gm...> - 2013-03-24 14:08:41
|
I discovered there is now a much better graphical engine in wx [wxGraphicsRenderer], which uses native engines: These classes are related to drawing using a new vector based drawing API and are based on the modern drawing backend GDI+, CoreGraphics and Cairo. they poped up in 2.8 / 2011 and were not present in 2.6.4 / 2007 A very superficial browse, but haven't found any support of these in WX , except the inclusion of the graphicscontext.cpp/ h in wxc 1/ is it correct ? 2/ any plans to use them ? 3/ is there dependencies on the eiffel bindings to fix first ? 4/ or any other alternative you would advise ? [wxGraphicsRenderer]:http://docs.wxwidgets.org/trunk/page_class_cat.html#page_class_cat_gc |