Son of Bryce Posted October 1, 2013 Share Posted October 1, 2013 I tried running them on a local Apache server, not sure if that was a problem. Initially I thought it was Firefox that was the case, but Safari and Chrome yielded no results beyond that same Box2D demo. Quote Link to comment Share on other sites More sharing options...
Probably Kira Posted October 2, 2013 Share Posted October 2, 2013 Are you sure that pathes are right? I mean Are you running your Apache in root dir? and #3 any errors in console? I really want you get it Quote Link to comment Share on other sites More sharing options...
powerfear Posted October 2, 2013 Share Posted October 2, 2013 Little tip for Probably_Kira Don't use path starting with / like this:PIXI.Texture.fromImage("/textures/Walkways/walkway2W.png");//or<li><a href="/00_simplest/">Simplest Game Example</a></li>Otherwise it will refer to the site domain directly and not be relative to where the file is at wich is not what you want. Because if i host it at http://localhost/workshop it will try to get:http://localhost/textures/Walkways/walkway2W.pngwhile the file is actually at:http://localhost/workshop/textures/Walkways/walkway2W.png Quote Link to comment Share on other sites More sharing options...
Probably Kira Posted October 3, 2013 Share Posted October 3, 2013 @powerfear yes sure I know this. That's why I few times mentioned "run server in root directory of workshop" Quote Link to comment Share on other sites More sharing options...
fabnun Posted October 20, 2013 Share Posted October 20, 2013 Hi, i used pixi js & buzz js to create a viewer for javaCup... this is an example. The tournament 2012: http://javacup.javahispano.org/torneo.jsp?torneo=2012The tournament 2013: http://javacup.javahispano.org/torneo.jsp?torneo=2013 Greetings xerver 1 Quote Link to comment Share on other sites More sharing options...
xerver Posted October 21, 2013 Share Posted October 21, 2013 Hi, i used pixi js & buzz js to create a viewer for javaCup... this is an example. The tournament 2012: http://javacup.javahispano.org/torneo.jsp?torneo=2012The tournament 2013: http://javacup.javahispano.org/torneo.jsp?torneo=2013 Greetings I don't know anything about Soccer, but that is pretty awesome. Very cool! Quote Link to comment Share on other sites More sharing options...
fabnun Posted October 21, 2013 Share Posted October 21, 2013 Thanks rolnaaba, we want to develop a soccer game for the 2014 World Cup, will notify the advances in the forum ... Greetings and thanks for the framework Quote Link to comment Share on other sites More sharing options...
benny! Posted October 31, 2013 Share Posted October 31, 2013 Yummy Plate build with Pixi.js 1.2/1.3 Web version:http://aheadware.com/html5games-portfolio/games/yummyplate/ Android port using CocoonJS:https://play.google.com/store/apps/details?id=com.aheadware.yummyplate Mike 1 Quote Link to comment Share on other sites More sharing options...
carterza Posted November 8, 2013 Share Posted November 8, 2013 Pixijs / Grapefruitjs rendering isometric tilemaps mrBRC 1 Quote Link to comment Share on other sites More sharing options...
abergin Posted November 9, 2013 Share Posted November 9, 2013 We used Pixi to create the wolverine unleashed site, made the development process so much easier. Thanks for the great library! mrBRC 1 Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted November 10, 2013 Author Share Posted November 10, 2013 We used Pixi to create the wolverine unleashed site, made the development process so much easier. Thanks for the great library! very cool indeed Glad it helped ya out! Quote Link to comment Share on other sites More sharing options...
lukaszwojciak Posted November 11, 2013 Share Posted November 11, 2013 NodeKnockout 2013 entry - Purrfecthttp://vanilla-eaters.2013.nodeknockout.com/PixiJS + SpineStill a lot to learn but we think the result is pretty good Quote Link to comment Share on other sites More sharing options...
fabnun Posted November 12, 2013 Share Posted November 12, 2013 Hi... two examples: a web page with slider and tween efects: http://test-verdeoriginal.appspot.com/ a mini game demo (keys: left or A, right or D to walk, and Shift to Run):http://test-verdeoriginal.appspot.com/game/index.html Greetings and thanks for the framework Quote Link to comment Share on other sites More sharing options...
gillesv Posted November 15, 2013 Share Posted November 15, 2013 We just posted our Pixi.js game (including some screenshots) in the Showcase forum:http://www.html5gamedevs.com/topic/2155-kaatje-a-growing-gaming-world-for-kids/ Here is a direct link to the game:Kaatje - Click here to play Thanks for the great framework and support, GoodBoy! mrBRC 1 Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted November 15, 2013 Author Share Posted November 15, 2013 We just posted our Pixi.js game (including some screenshots) in the Showcase forum:http://www.html5gamedevs.com/topic/2155-kaatje-a-growing-gaming-world-for-kids/ Here is a direct link to the game:Kaatje - Click here to play Thanks for the great framework and support, GoodBoy! This AWESOME! Really slick work, great job sir! gillesv 1 Quote Link to comment Share on other sites More sharing options...
MonsieurPixel Posted November 15, 2013 Share Posted November 15, 2013 Hi ! I used Pixi.js to develop the game for this contest :http://www.jeu.bouyguestelecom.fr The game page appears just after the form (that you can fill randomly). It may display the Flash/Starling version depending on your browser parameters, but the HTML5/Pixijs version has the priority. Thanks again to Mat Groves for this fantastic piece of work. Mat, you may recognize the game ! Well, no rabbit in the final version, I couldn't show the final assets during development as you can imagine ! I'm currently working (offwork) on an AABB collision detection engine that will work separately from any rendering engine. I plan to use Pixi.js to make the final game. Here's a first demo with PIXI.Graphics to show something :http://pixelshaped.com/reunionjs/ Hopefully, there will be rabbits ! Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted November 17, 2013 Author Share Posted November 17, 2013 Great work Monsieur Pixel! You game turned out great! Digging that demo too cant wait to see what that turns into! keep up the great work! Quote Link to comment Share on other sites More sharing options...
flashhawk Posted November 19, 2013 Share Posted November 19, 2013 I'm your first fans, I really like your pixi. Js.Very fast!https://github.com/flashhawk/spp.js THis is my sample physics particle system engine for javascript. spp.js for pixi.js demo:http://flashhawk.github.io/spp.js/examples/pixi/ benny! and richpixel 2 Quote Link to comment Share on other sites More sharing options...
robmyers Posted November 20, 2013 Share Posted November 20, 2013 Hey, I'm currently making an isometric game using PIXI for rendering / organisation. It has been a great help! Behind the scenes I have a 3d engine (I'm not using WebGL), so that bots and geometry are imported via OBJ files. It also uses Box2d for collision detection + other physics. Everything is pre-rendered e.g. the weird vehicle in the screenshots is rendered at 180 different angles. The vehicle is itself built of many different MovieClips, so it can be animated it various ways. It runs pretty damn fast, using the CanvasRenderer. Anyway, just thought I'd let you know, even though it's early days. and another angle: Cheers, Rob Quote Link to comment Share on other sites More sharing options...
eggborne Posted December 9, 2013 Share Posted December 9, 2013 Hi, I've just gotten started with Pixi (and programming in general). Here's what I've come up with so far. There's not much to it at the moment, but I think something could be done with it... I'm just not sure what. It's really fun learning all this stuff in the meantime, though. (I'm no expert but I suspect Pixi is a stellar achievement; it's certainly been very user-friendly and rewarding to use. Thank you!) Chicken Protector Quote Link to comment Share on other sites More sharing options...
Wraithi Posted January 20, 2014 Share Posted January 20, 2014 Hi,i used pixi.js 1.4 for my android game. It's classic memory game. Performance is realy good on tablets/phones with CocoonJS.Thanks for pixi, excellent rendering engine! Pexeso memory game:https://play.google.com/store/apps/details?id=com.dreamiolab.pexeso Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted January 21, 2014 Author Share Posted January 21, 2014 Hi,i used pixi.js 1.4 for my android game. It's classic memory game. Performance is realy good on tablets/phones with CocoonJS.Thanks for pixi, excellent rendering engine! Pexeso memory game:https://play.google.com/store/apps/details?id=com.dreamiolab.pexeso Great job!! Will have to give it a download and have a go! Quote Link to comment Share on other sites More sharing options...
marsho Posted January 22, 2014 Share Posted January 22, 2014 Hi ! I used Pixi.js to develop the game for this contest :http://www.jeu.bouyguestelecom.fr The game page appears just after the form (that you can fill randomly). It may display the Flash/Starling version depending on your browser parameters, but the HTML5/Pixijs version has the priority. Thanks again to Mat Groves for this fantastic piece of work. Mat, you may recognize the game ! Well, no rabbit in the final version, I couldn't show the final assets during development as you can imagine ! I'm currently working (offwork) on an AABB collision detection engine that will work separately from any rendering engine. I plan to use Pixi.js to make the final game. Here's a first demo with PIXI.Graphics to show something :http://pixelshaped.com/reunionjs/ Hopefully, there will be rabbits ! Are you planning on releasing the engine to the public? Either way it looks impressive. Quote Link to comment Share on other sites More sharing options...
lukaszwojciak Posted January 28, 2014 Share Posted January 28, 2014 Yet another space-shooter with pixi: http://wojciak.com.pl/jam_defender Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted January 28, 2014 Author Share Posted January 28, 2014 Yet another space-shooter with pixi: http://wojciak.com.pl/jam_defender nice job, looks very cool! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.