Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Improve performance of a HTML5 Canvas with particles bouncing around
To enhance the performance of Canvas with particles bouncing around, try the following:
- Separate the calculations from the drawing.
- Request a redraw after you have updated your calculations.
- Optimize collision detection by not testing evert particle against each other.
- Reduce callback usage.
- Reduce function calls.
- Inline.
Advertisements
