Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am develop drawing application, this contain multiple collection of shapes,
but java paint(Graphics g) is slow for draw shapes,
i need fast painting way?,

How to paint above 500000 shapes per second.?
there any special API is having speed drawing using java paint?.
and any other way to speed up paint.?
Posted
Comments
Richard MacCutchan 9-May-15 4:02am    
You are fighting the laws of physics. Java is also not the best language for applications that are speed dependent. You should investigate using C or even assembler.
Mehdi Gholam 9-May-15 6:12am    
Define "slow", how many are you drawing at the moment?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900