Re: Feedback on Newt bindings (by lhkbob)
Posted by Sven Gothel on Nov 12, 2011; 3:24pm
URL: https://forum.jogamp.org/Feedback-on-Newt-bindings-by-lhkbob-tp823824p3502539.html
On Saturday, November 12, 2011 01:31:33 PM gouessej [via jogamp] wrote:
>
> Hi
>
> There is something I don't understand. If I use
> ScreenModeUtil.filterByResolution(), I can choose the proper resolution, it
> works on any platform, doesn't it?
As the doc says: "modes with nearest resolution, or matching ones"
So it shall return at least 1 ..
>
> Pixdesk was referring to *AWT fullscreen which is broken on some platforms*,
> be aware of this fact.
>
> I'm quite satisfied by NEWT and please don't remove very low level handles,
> I use it to mix JOGL with native OpenGL frameworks.
Yes ofc, and we need all the abstraction Nativewindow/JOGL/NEWT,
which is the proper architecture to allow platform agnostic interfacing between all of them
for all platforms (X11, Windows, OS X, Android, OpenKODE, ..).
>
> There is a real lack of documentation. Some colleagues prefer asking me some
> help rather than reading the documentation even for very simple things. I
> told them to look at the JUnit tests.
Indeed .. guess we have to put a blinking banner in the FAQ or front page :)
Source code and examples _ARE_ IMHO the best documentation ever ..
plus our little API javadoc.
While adding OS X offscreen-layer-surface stuff, I can tell you .. the lack of both
was quite frustrating.
>
> When I have some time, I will try my fix concerning the bug 525.
Perfect.
I will send a few more replies .. and head out to my 2 day-weekend :)
Hopefully next week, I can catch up with all the other work,
since OS X is almost done now.
~Sven