Mat Groves Posted May 3, 2013 Share Posted May 3, 2013 Hi everyone and welcome to the PIXI.js forum! First off, big thanks to @photonstorm for providing a place for people to talk Pixi, very kind of you sir! If you dont know what pixi.js is then let me give ya the low down: Pixi.js a fast, lightweight, open source 2D library that works across all devices. The Pixi renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of webGL. It's the fastest HTML5 renderer in town! The idea behind pixi.js is that it can be used as the rendering component in your game engine (or any other type of project!) rather than as a game engine itself. Questions / bug reports / amazing feature ideas, or anything at all Pixi, then this is the place to discuss it! I will also be posting updates here as the engine grows and evolves. Pixi.js can be found here along with lots of examples: https://github.com/GoodBoyDigital/pixi.js To find out more about Pixi and read our beginners tutorial, check out our blog over on Goodboy Quote Link to comment Share on other sites More sharing options...
Hsaka Posted May 3, 2013 Share Posted May 3, 2013 Pixi.js looks really good. I'll be trying this out soon! ryouji 1 Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted May 3, 2013 Author Share Posted May 3, 2013 Thanks Quote Link to comment Share on other sites More sharing options...
MaciejC Posted May 5, 2013 Share Posted May 5, 2013 Hi any chance to see code for "Fight for everyone"? You have some cool stuff there (device position detection, music/sounds). It would be great to see how you did that or at least short tutorial how to do it. ThanksM Quote Link to comment Share on other sites More sharing options...
Fla5h Posted May 5, 2013 Share Posted May 5, 2013 does pixie handle collision detection? Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted May 6, 2013 Author Share Posted May 6, 2013 Hi any chance to see code for "Fight for everyone"? You have some cool stuff there (device position detection, music/sounds). It would be great to see how you did that or at least short tutorial how to do it. ThanksM Thats a pretty neat idea We are working on little game that we can share with everyone so that they can see how pixi.js is intended to be used for game development. Although we fully intend pixi.js to be used to make wonderful schweet HTML5 games, its not really a game engine - its more of rendering engine. It focuses on putting stuff on the screen fast The idea is that you can use it as part of your game engine or even build a game engine on top of it. For example pixi.js could be (and may well be at some point!) used as the renderer for phaser rather than an alternative to it. Its a bit like the 2D version of three.js. Three.js is not a game engine but could be used to make games. The cool thing about this is that we can focus solely on making pixi.js the fastest render in town so that people can focus on making there game engines awesome ScorpioCat and Hsaka 1 1 Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted May 6, 2013 Author Share Posted May 6, 2013 does pixie handle collision detection? Hi Fla5h, Pixi.js does not have any collision detection built in as its main focus is rendering.. Although it would work perfectly with any of the cool physics engines out there such as box2D. Fla5h 1 Quote Link to comment Share on other sites More sharing options...
mose.raguzzini Posted May 7, 2013 Share Posted May 7, 2013 Hi Fla5h, Pixi.js does not have any collision detection built in as its main focus is rendering.. Although it would work perfectly with any of the cool physics engines out there such as box2D. Hi, I'm planning to override the rendering engine of crafty.js with the pixi's one, I'll let you know when (and "IF" eheh) it's ready for testing. Fla5h 1 Quote Link to comment Share on other sites More sharing options...
pat Posted September 4, 2013 Share Posted September 4, 2013 Hello all, Pixi.js seems very interesting, we have a web site (e-learning for kids) in Flash (http://patschool.com) that we need to translate in HTML 5.If you want to have an idea of the site, click on the button VIDEO and wait a little (it is in French sorry :-) ) Do you think that pixi.js is the good choice for this site ? Thanks a lot for your answer. Quote Link to comment Share on other sites More sharing options...
Ezelia Posted September 4, 2013 Share Posted September 4, 2013 @Pat : sure you'll be able to convert your website to HTML5, use Spine for skeletal animations (witch is supported by Pixi) .most of other things can be handeled with Pixi interactive sprites.beware, if you want to target mobile devices you should rethink the way the sounds are player since there is many limitation in audio play on mobile device. (joli site au passage ) GourmetGorilla 1 Quote Link to comment Share on other sites More sharing options...
pat Posted September 4, 2013 Share Posted September 4, 2013 (joli site au passage ) Merci Quote Link to comment Share on other sites More sharing options...
mwatt Posted September 30, 2013 Share Posted September 30, 2013 Finally went through all the Demos. Very cool. "Fight for everyone" was freaking outstanding. Quote Link to comment Share on other sites More sharing options...
LongAnimals Posted January 17, 2014 Share Posted January 17, 2014 Pixi seems like it could be exactly what I'm looking for, looking forward to trying it. Quote Link to comment Share on other sites More sharing options...
Ginkan Posted February 25, 2014 Share Posted February 25, 2014 hi, im very new to html5 & webgl, i want to read more tutorials before i get into it...the following links are all the pixi.js tutorials i could found:1) http://www.goodboydigital.com/pixi-js-tutorial-getting-started/2) http://flippinawesome.org/2013/11/04/building-a-parallax-scrolling-game-with-pixi-js/3) http://peepsquest.com/tutorials/pixi-basics.html4) http://www.checkme.tw/wordpress/js-foctory/ (Chinese)5) https://www.youtube.com/results?search_query=pixi.js&sm=3 (YOUTUBE videos)i am really looking forward to read of them. ScorpioCat 1 Quote Link to comment Share on other sites More sharing options...
stealman Posted January 24, 2015 Share Posted January 24, 2015 Hello, I am seeking for some 2D rendering library to empower my project. I struggle with FPS even after many and many optimization. I am using 4 layers to rerender only what I need, I am using offscreen buffers but still .. it has too low DPS on some devices. I would like to know whether it could run faster with Pixi .. even if it takes several weeks for me to implement it (i think). Is here someone who can give me some advice ? Maybe it is running as fast as possible on javascript but I dont believe that. Link to my project is www.darkenlight.net:8082/primeWeb - it is using Tomcat server and websockets. You may login via click on LOGIN AS label on top right side of screen. Thanx for whatever advice you could give me Quote Link to comment Share on other sites More sharing options...
GourmetGorilla Posted June 1, 2015 Share Posted June 1, 2015 Mat have you guys considered putting a gui on the front of pixi? It's brilliant but seems to be seriously underused. It could be the next flash. Quote Link to comment Share on other sites More sharing options...
mha15 Posted August 7, 2017 Share Posted August 7, 2017 hi everybody I need some help for drawing thousands of point. I need something for improve performance I had draw them with circule but it takes long time , Three js have THREE.Points which is better than circule performancely. can anybody help me? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 7, 2017 Share Posted August 7, 2017 @mha15 cache it. Search the forum for "generateTexture", there were many cases like that. Quote Link to comment Share on other sites More sharing options...
jonforum Posted May 3, 2018 Share Posted May 3, 2018 just share here awesome link for start with pixi.js. multi language tutorial book available. 日本語 - 中文版 - 한국어 - Español - Français - Italiano - Deutsch - Русский - English https://thebookofshaders.com/ https://webglfundamentals.org/ enjoy ivan.popelyshev 1 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.