Documentation
Development environment
Reference development intallation
Developing an application based on OpenScales is possible with :
Flash Builder 4 (reference development environment)
- Any editor of your choice, with following requirements installed :
Quick start with Flash Builder 4
Run Flash Builder 4
File -> New -> Flex Project, set project name and click on finish
- Create a libs directory where you put following libraries that are distributed in OpenScales 1.2.1 package :
- gtween-2.0.1.swc
- as3corelib-0.92.1.swc
- openscales-core-1.2.1.swc
- openscales-fx-1.2.1.swc
- openscales-proj4as-1.2.1.swc
- openscales-geometry-1.2.1.swc
Right click on your project -> Properties -> Flex build path -> Library path -> Add SWC folder -> libs -> OK -> OK
Start to develop your application ! You can copy and paste code from samples available in the documentation