Skip to content

Instantly share code, notes, and snippets.

View thomasuster's full-sized avatar

Thomas Uster thomasuster

View GitHub Profile
#!/bin/sh
# Download Neko
curl -L http://nekovm.org/_media/neko-2.0.0-osx.tar.gz > neko-2.0.0-osx.tar.gz
# Extract and copy files to /usr/lib/neko
#!/bin/sh
# Download Neko
curl -L http://nekovm.org/_media/neko-2.0.0-osx.tar.gz > neko-2.0.0-osx.tar.gz
# Extract and copy files to /usr/lib/neko
@thomasuster
thomasuster / install.sh
Last active August 29, 2015 14:04 — forked from jgranick/install.sh
#!/bin/sh
# Download Neko
curl -L http://nekovm.org/_media/neko-2.0.0.tar.gz > neko-2.0.0.tar.gz
# Extract and copy files to neko
package com.underscorediscovery;
import com.eclecticdesignstudio.spritesheet.data.SpriteSheetFrame;
import com.eclecticdesignstudio.spritesheet.SpriteSheet;
import com.eclecticdesignstudio.spritesheet.data.BehaviorData;
import hxjson2.JSON;
class TexturePackerJSON {