Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Java2D renderer is experimental / deprecated #95

Open
tillnagel opened this issue Jul 19, 2014 · 4 comments
Open

Clarify Java2D renderer is experimental / deprecated #95

tillnagel opened this issue Jul 19, 2014 · 4 comments

Comments

@tillnagel
Copy link
Owner

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

@MrLoh
Copy link
Contributor

MrLoh commented Mar 30, 2015

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?

@tillnagel
Copy link
Owner Author

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

@MrLoh
Copy link
Contributor

MrLoh commented Mar 30, 2015

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

@tillnagel
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants