HTML :
----------------------------------
<!doctype html>
<meta charset="utf-8">
<title>Hello world</title>
<body>
<script src="library/plugins/pixi.js/bin/pixi.js"></script>
<script>

//Test that Pixi is working
console.log(PIXI);

</script>
</body>
----------------------------------

Als men dit test in mozilla dan ziet men in firebug het volgende.

hello world pixijs
Basis downloaden : pixijs-hello-world.zip