| Re: [platform-swt-dev] Antialiasing |
|
Thanks for the tip but what we antialiasing on
drawings such as a Circle.
We wrote a test class for antialiasing
.What we can say is that it seems to be
just a little bit slower than Swings/AWTs antialiasing routines.
The code is neither optimized nor finished
yet
During the tests we found out that the
most methods in "OS" are entirely different between the Platforms.
We need the both methods OS::setPixel
and OS::getPixel but we only found them in OS for win32.
Do the other platforms don't provide this both
methods?
How can we plot pixel on the other
platforms? -Youssef / Tobias
|