Skip to content

Instantly share code, notes, and snippets.

View drkibitz's full-sized avatar
🎩
deducing

Dr. Kibitz drkibitz

🎩
deducing
View GitHub Profile
@jgranick
jgranick / CustomAssetLibrary.hx
Created September 27, 2013 16:51
Adding a Custom Asset Library
package;
import flash.utils.ByteArray;
import openfl.Assets;
class CustomAssetLibrary extends AssetLibrary {
@jgranick
jgranick / install.sh
Last active December 17, 2015 19:09
DO NOT DO THIS ANYMORE. The following script installs a 32-bit version of Neko, instead of the 64-bit version that comes with the Haxe 3 install. Your Neko install should match your OS X install, which means unless you are running an OLD system, you want the 64-bit version. OpenFL does properly support 64-bit Neko, and expects this on 64-bit sys…
#!/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