Skip to content

Instantly share code, notes, and snippets.

@narlynephi
narlynephi / flixel_demo_compile_test.sh
Last active December 22, 2015 16:29
Script that tests the flash development setup. Assumes fcsh-wrap, flashplayer, and flashplayerdebugger is in $PATH. Downloads, compiles and runs AdamAtomic's Flixel framework and EZPlatformer example game
#!/bin/bash
# Script made by @narlynephi (narlyproductions.com)
#
# Download, compile, and run AdamAtomic's Flixel example game "EZPlatformer"
#
# create
mkdir flash_test
cd flash_test
@narlynephi
narlynephi / ubuntu_flash_setup.sh
Last active December 22, 2015 16:29
Script that sets up a Ubuntu box for flash development. Tested only on Ubuntu 12.04.3 x64 and Ubuntu 12.10 x86
#!/bin/bash
# Script made by @narlynephi (narlyproductions.com)
#
# This script will setup Ubuntu for flash development by:
# 1 - download/install normal and debugger flash projectors
# 2 - download/install flex 4.6 sdk (and fcsh-wrap)
# 3 - install dependencies
# 4 - add flash projectors and flex sdk binaries to PATH
#