How does drawing large (10.000 nodes) graphs perform when using Eclipse GEF or Draw2D? The nodes can be drawn very simplistic (a circle); no labels and stuff.
Is using GEF/Draw2D feasible for this task?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure, but it is very easy to test.
Take a look at Zest, which is a graphing toolkit based on draw2d. There are some useful snippets provided. You can take one of those snippets, multiply the number of nodes drawn to 10K and see how it performs. From my experience with Zest, you should be up and running very quickly.