Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.70K
~112 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Game Development x 1
Favorite Tags
javascript x 1
gaming x 1
1 Posted Topic
I’ve been working on an HTML5 game and trying to make it run smoothly on older phones and low-end tablets. A few things that helped so far: reduce draw calls, use sprite sheets instead of many small images, and lower the canvas resolution when possible. Culling off-screen objects and simplifying …
The End.