diff --git a/Pixi_mini.jpg b/Pixi_mini.jpg new file mode 100644 index 0000000..3e6978b --- /dev/null +++ b/Pixi_mini.jpg Binary files differ diff --git a/Pixi_mini.jpg b/Pixi_mini.jpg new file mode 100644 index 0000000..3e6978b --- /dev/null +++ b/Pixi_mini.jpg Binary files differ diff --git a/README.md b/README.md index d38e938..1bd2045 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,27 @@ across all devices. The Pixi renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really fast. +###Unlock the power of your creativity with Pixi.js and focalize your attention to build richer content in HTML5 and plain Javascript + +Are you a dreamer, a designer, an artist or just an ordinary person? Would you like to build an amazing game? Are you confortable with Javascript? If your answer is *yes*, you are in the right place! + +![Creativity](Pixi_mini.jpg) + +Pixi.js comes with a solid and easy to use [API](http://pixijs.github.io/docs). One of its key features is how it simplifies the use of WebGL, masking its complexity and allowing you to spend more time creating amazing things with **less code**. With Pixi.js you won't have to struggle with the OpenGL's shading language, Matrix computation and Vertex buffers. + +You still don't believe it? Look at the WebGL's [prerequisites](https://www.khronos.org/webgl/wiki/Getting_Started): + +> WebGL is a low-level API, so it's not for the faint of heart. OpenGL's shading language, GLSL, is itself an entire programming environment. As a result, even simple things in WebGL take quite a bit of code. You have to load, compile, and link shaders, set up the variables to be passed in to the shaders, and also perform matrix math to animate shapes. Basic areas you'll need to be familiar with include: + +> * GLSL, the shading language used by OpenGL and WebGL +* Matrix computation to set up transformations +* Vertex buffers to hold data about vertex positions, normals, colors, and textures (?) + +Use Pixi.js on your next project, all the benefits of WebGL with none of the hassle! + +###Build the next must-have cross platform app with Pixi.js + + If you want to keep up to date with the latest pixi.js news then feel free to follow us on twitter ([@doormat23](https://twitter.com/doormat23), and [@rolnaaba](https://twitter.com/rolnaaba)) and we will keep you posted! You can also check back on [our site](http://www.goodboydigital.com/blog)