Skip to content

awaytools/AwayBuilder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Away Builder

Flex SDK: 4.9.1
AIR SDK: 3.7
use "-swf-version 20"
latest away3d-core: https://github.com/away3d/away3d-core-fp11/tree/dev

awaybuilder-core

Flex library project that contains shared sources for all Away Builder applications.
Project type: Flex library for desktop

Project file structure:

src/ - main source directory
libs/ - library directory with .swc files.

Files to include in the library:

  • src/assets/*
  • src/defaults.css

(in Flash Builder: Project Properties -> Flex Library Build Path -> Assets -> select All)

awaybuilder-desktop

Project must be set up as Flex AIR project

Project file structure:

src/ - main source directory
src/AwayBuilderApplication.mxml - main application
src/AwayBuilderApplication-app.xml - AIR application descriptor

awaybuilder-core project must be added as linked library