You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SomaCore | AS3 MVC Framework for Flash, Flex and AIR.
SomaCore is a lightweight event-based MVC framework written in AS3 that provides a structure, models, views management and commands. Somacore can be used for Flash, Flex and AIR projects.
SomaCore does not use any external library and does not use dependency injection.
SomaCore is completely event-based and use a concept of wires to code in a efficient decoupled way.
You can use SomaCore in anything, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files.
Few things to know
SomaCore requires the stage to be instantiated.
Commands are normal built-in Flash events with the bubbles property set to true.
Powerful flow control using the built-in flash event model.
Commands can be used in the views as they are not really framework code.
Parallel and sequence commands are built-in.
Wires are the glue of the frameworks elements (models, commands, views, wires) and can be used the way you wish, as proxy/mediators or managers.
Wires can manage one class or multiple classes.
Wires and commands access to all the framework elements (stage, framework instance, wires, models, views and commands).
Plugins can be created for the framework (such as the SomaDebugger plugin).
Software distributed under the License is distributed on an “AS IS” basis, WITHOUTWARRANTY OF ANYKIND, either express or implied.
See the License for the specific language governing rights and limitations under the License.
The Original Code is SomaCore.
The Initial Developer of the Original Code is Romuald Quantin.