Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Murtnowski

Pages: [1]
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

Quote
slicer = new JSlicer(document.getElementById('map'), 'myImage.png');
slicer.init();

You can see a demo at http://gvgmaps.com/linktothepast/

Pages: [1]