An open API service indexing awesome lists of open source software.

https://github.com/confuser/serverless-mc-skin-viewer

Client side retreival and rendering of Minecraft skins
https://github.com/confuser/serverless-mc-skin-viewer

Last synced: 9 months ago
JSON representation

Client side retreival and rendering of Minecraft skins

Awesome Lists containing this project

README

          

Requires no server side code to run. Uses YQL (Yahoo Query) to download the skin and create the 3D model all in the browser via canvas.

bower
-----
```bower install jquery.serverless-mc-skin-viewer --save```

Demo
----
http://jamesmortemore.com/mcskinviewer/

Usage
-----
```

$(function() {
$(".mc-skin").minecraftSkin({scale: 6, hat: true});
});

.scratch {
display:none;
}


```

Change scale to change the size. Set hat to false if you don't want the hat to display.

Note
----
* As this uses YQL please note their usage policy which can be found [here] [1].
* For IE support, include excanvas.

[1]: http://developer.yahoo.com/yql/guide/usage_info_limits.html "here"