-
Content Count
39 -
Joined
-
Last visited
About eugenioclrc
-
Rank
Advanced Member
Contact Methods
-
Twitter
eugenioclrc
Recent Profile Visitors
1782 profile views
-
great work man!
-
I have found a implementation of tilemaps that work better; https://github.com/englercj/phaser-tiled
-
Tilde reacted to a post in a topic: Is tilemaps rendering too slow?
-
I have read the newsletter, im very sorry about the brexit, but @photonstorm didnt mention anything about the tile maps + WebGL shader :S :S Quoting phaser 2.5.1 changelog (is this the fix for the tilemaps bug?); ...... Pixi Updates Please note that Phaser uses a custom build of Pixi and always has done. The following changes have been made to our custom build, not to Pixi in general. Removed _renderWebGL, _renderCanvas, getLocalBounds and getBounds from PIXI.DisplayObject, as they were only there to pass ancient jshint rules.
-
I dont go tilemap debug on. Richard answer on twitter;
-
I have also do some debugging :S
-
Hi, yes http://phaser.io/examples/v2/tilemaps/sci-fly but its still have som issues, FPS drops to 42 - 48, you get a laggy feel
-
I think it was something crappy in my code, but then i try the phaser tilemap demo and notice that was also too slow. Anyone have notice this? Link to phaser oficcial demo http://phaser.io/examples/v2/display/render-texture-tilemap
-
Gods reacted to a post in a topic: Phaser 2.0 Collision Question
-
Hello to everyone! Inspired by the emanueleferonato.com blog i build a one day prototipo of the android game aa aa gameplay Checkit out! http://eugenioclrc.github.io/aa/
-
Demo Project: Visibility Ray Tracing with TileMaps
eugenioclrc replied to codevinsky's topic in Phaser 2
Nice work!- 6 replies
-
- tilemap
- raytracing
-
(and 2 more)
Tagged with:
-
Larzan reacted to a post in a topic: Arcade Physics, map collision with slope
-
Code ideas for implementing slope map in arcade physics
eugenioclrc replied to eugenioclrc's topic in Phaser 2
More working code! I manage to add slope map in arcade physics with a simple "plugin";https://github.com/eugenioclrc/super-mean-boy/blob/master/js/Arcade.slopes.js Here is a working sandbox game;http://eugenioclrc.github.io/super-mean-boy/ -
eugenioclrc reacted to a post in a topic: New Phaser Asset Pack feature - please test!
-
Code ideas for implementing slope map in arcade physics
eugenioclrc replied to eugenioclrc's topic in Phaser 2
I have send the pull request to phaser dev branch; https://github.com/photonstorm/phaser/pull/856 All the feedback will be gratefully recibed! -
Code ideas for implementing slope map in arcade physics
eugenioclrc replied to eugenioclrc's topic in Phaser 2
Its not the final ver but you could see it working here; http://eugenioclrc.github.io/super-mean-boy/ Code: https://github.com/eugenioclrc/super-mean-boy -
Code ideas for implementing slope map in arcade physics
eugenioclrc replied to eugenioclrc's topic in Phaser 2
It had take me some time, but i think i got it! Proof When its ready i will upload the code. -
Code ideas for implementing slope map in arcade physics
eugenioclrc replied to eugenioclrc's topic in Phaser 2
Wow... seems a lot of work. Just another question, could the P2 system make my game slow?, here is the demo; http://msemelman.github.io/pirate-ninja-zombie-soldier/ Its a platform game, move around with WASD, you can aim an shoot with the mouse and pressing space bar you activate the turbo. Any code advice you give will be grateful welcome!