As requested, I Just made a quick demo how to implement the SomaAssets plugin in your application. See the demo. Download the demo. View source. Demo on github. I’ll make a quick descrition here....
Two new releases today, an asset loader and the SomaCore plugin: SomaAssets. The AssetLoader library is a port from Matan’s AssetLoader library to be event-based, it makes you able to load and manage multiple...
I’ve added some more information on the SomaCore wiki. You can find some code and explanation how to use, create and remove Wires within the framework, using injection or not. I also explained how...
I’ll be writing in the next days a series of wiki, manual, best practices with tons of code example. It should help you to get started. I will be explaining in-depth how SomaCore works...
SomaCore is a lightweight AS3 MVC event-based framework that provides a very flexible structure for your Flash, Flex and AIR projects. The main addition in this version 2 is Dependency Injection, but it is...
Another SomaCore demo is available on Githug or on the SomaCore page. This demo is relatively simple. Keywords are sent to the Twitter API using a command that is dispatched straight from the view...
I’ve added a very simple SomaCore Hello World demo. The application creates a wire, a view and a model. The view dispatch a command to request a message, the command ask the data to...
I’ve decided to put my framework SomaCore on Github. 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,...
I’ve just uploaded a new video tutorial (48 min) for my lightweight AS3 MVC Framework SomaCore. You can now get started with it. I explain how to create the framework instance, how to create...
Hi everyone, In case you didn’t notice that I released an new minimal AS3 MVC Framework some time ago, SomaCore is available on this page. I call it minimal because it is very lightweight,...