[Java]: Looking for a 2D “tiles engine” - maybe with SWT support?

Imroz

New Member
I am developing a charting component. This chart is very, very large and shall be scrollable and zoomable.Therefore I think tiling might be a nice solution.Does anybody out there know an (open source) Java library that support scrolling and zooming of tiles?What do I expect:- a simple way to instantiate a component and register my own "TilesProvider". - Very smooth scrolling and zoomingWhat do I hope for:- SWT support- Deployed to Maven CentralI am not looking for a game engine. But maybe I could extract the relevant code from one?
 
Top