unfolding icon indicating copy to clipboard operation
unfolding copied to clipboard

Clarify Java2D renderer is experimental / deprecated

Open tillnagel opened this issue 10 years ago • 4 comments

As suggested, the documentation should mention that Unfolding for Java2D is not on par feature wise with the OpenGL-based renderers (including P2D).

tillnagel avatar Jul 19 '14 06:07 tillnagel

Unfortunately the OpenGL renderer massively leaks memory in our library, this issue does not appear with the Java2D renderer, but only Open GL seems to be able to draw an overlay map. Do you have any idea what could be causing the memory leakage?

MrLoh avatar Mar 30 '15 08:03 MrLoh

Which renderer are you using specifically? P2D, P3D or OPENGL?

tillnagel avatar Mar 30 '15 09:03 tillnagel

I figured that the problem was caused by the resizability of the window, apparently OpenGL can't handle resize.

I was using the default renderer, I think that is P2D

MrLoh avatar Mar 30 '15 09:03 MrLoh

Moved to new issue #107. Please specify or give code example over there.

tillnagel avatar Mar 30 '15 14:03 tillnagel