Code Monkey home page Code Monkey logo

fcsh-wrap's Introduction

MOTIVATION

The command line Flash compiler mxmlc is slow. The fcsh tool (also in the Flex SDK) keeps everything in memory for much faster compile times, but you need to keep it running and the shell is rubbish.

This script is a wrapper for fcsh to give it a better user interface and to allow you to run it from make. It runs as a daemon process which manages a fcsh process.

USAGE

  1. Download the fcsh-wrap script from http://github.com/Draknek/fcsh-wrap/raw/master/fcsh-wrap
  2. Set the FCSH environment variable to point to your copy of fcsh (if it's not in your $PATH)
  3. Run fcsh-wrap instead of mxmlc, with all the same arguments.

REQUIREMENTS

  • Python
  • The Flex SDK

KNOWN ISSUES

  • Doesn't work under Windows, but if you’re running Windows you should probably be using FlashDevelop anyway.
  • Leaves .FW.[MD5SUM] files in the working directory.

ACKNOWLEDGEMENTS

Based heavily on this original code but with some bugfixes and improvements.

ALTERNATIVES

Apparently this may not work depending on your SDK version, but if using fcsh-wrap is inconvenient for you, this might be worth trying:

Passing the flag -incremental=true to mxmlc should speed up compile times, but not quite as much as fcsh-wrap will.

fcsh-wrap's People

Contributors

chickenprop avatar draknek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fcsh-wrap's Issues

Doesn't work on Windows

I assumed everyone running Windows uses an IDE, but Jonathan Whiting proved me wrong there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.