gingerbeardman
Members-
Posts
49 -
Joined
-
Last visited
About gingerbeardman
- Birthday 12/16/1976
Contact Methods
-
Website URL
http://www.gingerbeardman.com
-
Twitter
gingerbeardman
Profile Information
-
Gender
Male
-
Location
London, UK
-
Interests
video games, technology, live music.
Recent Profile Visitors
1,268 profile views
gingerbeardman's Achievements
-
Tilde reacted to a post in a topic: weightedPick random function
-
gingerbeardman reacted to a post in a topic: Your feedback on the future of Phaser wanted
-
gingerbeardman reacted to a post in a topic: Your feedback on the future of Phaser wanted
-
Try doing it to the individual sprites. This had been asked lots of times. See http://www.html5gamedevs.com/topic/13176-smoothing-antialias/?fromsearch=1
-
Need some ideas for a name for a new Game Object Group
gingerbeardman replied to rich's topic in Phaser 2
Pool or List -
Judder during animations that should be smooth
gingerbeardman replied to gingerbeardman's topic in Phaser 2
Yes, there's a judder in the player sprite every second or so. Video grab http://cl.ly/3D0W0T0C0J0A -
So I get the following URL when creating a sandbox from a template. https://phaser.io/sandbox/edit/2 and this from creating a blank project https://phaser.io/sandbox/edit/1 But how do I get a URL that I can edit with my own content and share with a friend?
-
Hmm. I setup a sandbox and copied the url but it didn't reload the setup. I'll take another look. Actually, I don't. I just want to share a sandbox with somebody.
-
Free copies of PhaserLE available - short time only
gingerbeardman replied to GrindheadGames's topic in Phaser 2
Entered -
Where is the save button in Phaser Sandbox?
-
Judder during animations that should be smooth
gingerbeardman replied to gingerbeardman's topic in Phaser 2
It makes no difference. I used the code from here: https://phaser.io/examples/v2/basics/07-tween-an-image in the Phaser online editor/sandbox and added in your line. No change to what I am seeing. if I could see how to save a sandbox I'd share it with you. -
gingerbeardman reacted to a post in a topic: [Plugin] Juicy: Simple Effects Plugin based on the "Juice it or Lose It" presentation
-
What are the dimensions of your sprite and what scaling mode are you using?
-
Judder during animations that should be smooth
gingerbeardman replied to gingerbeardman's topic in Phaser 2
This isn't limited to Chrome, but I'll happily give Canary a try. Safari and Firefox also exhibit it, mobile or desktop. (edit: no change in Canary) My thoughts are that it is JavaScript Garbage Collection? And that's its unlikely we can avoid it on desktop, or even mobile? Edit: changed topic title -
Judder during animations that should be smooth
gingerbeardman replied to gingerbeardman's topic in Phaser 2
It's odd, I see the same stuttering in the Phaser examples. Any ideas? https://phaser.io/examples/v2/basics/07-tween-an-image -
I recently finished a very simple game, but there's still some juddering and uneven framerate even though there's really not much going on. 2-3 milliseconds per frame according to https://github.com/englercj/phaser-debug All I can think is that there's something that occasionally takes a few too many milliseconds that I need to optimise or move from one state to another. Or maybe there's a deeper problem? What are the best practices for the types of code and game logic recommended for each state? What are the best approaches to finding the offending code and the subsequent optimisation? boot: config preload: asset loading create: object creation update: position changes player logic prerender: ? render: render effects postrender: ?
-
gingerbeardman reacted to a post in a topic: How can i decelerate using arcade physics ?
-
I've also been disappointed with the results of weightedPick. @jounii: I've just issued a pull request with your code suggestion, I hope that's OK? https://github.com/photonstorm/phaser/pull/1751
- 2 replies
-
- random
- weightedPick
-
(and 3 more)
Tagged with: