1
VGMaps Social Board / Re: GMaps for Game Maps (Beta)
« on: September 26, 2013, 11:24:11 am »
Pretty cool. I came up with a way to do it without any tile pre-cutting.
https://github.com/Murtnowski/GMap-JSlicer
It just takes a single image and chops it up on the fly all on the front end. Super easy to implement
You can see a demo at http://gvgmaps.com/linktothepast/
https://github.com/Murtnowski/GMap-JSlicer
It just takes a single image and chops it up on the fly all on the front end. Super easy to implement
Quote
slicer = new JSlicer(document.getElementById('map'), 'myImage.png');
slicer.init();
You can see a demo at http://gvgmaps.com/linktothepast/