{"id":13743007,"url":"https://github.com/soundstep/somacore_framework","last_synced_at":"2026-01-31T18:18:58.632Z","repository":{"id":1119881,"uuid":"991594","full_name":"soundstep/somacore_framework","owner":"soundstep","description":"SomaCore is a lightweight event-based AS3 MVC framework.","archived":false,"fork":false,"pushed_at":"2011-12-14T15:02:25.000Z","size":10619,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T14:35:11.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.soundstep.com/blog/downloads/somacore/","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soundstep.png","metadata":{"files":{"readme":"README.textile","changelog":"CHANGELOG.textile","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-16T00:22:50.000Z","updated_at":"2019-06-26T07:30:52.000Z","dependencies_parsed_at":"2022-08-16T12:05:19.069Z","dependency_job_id":null,"html_url":"https://github.com/soundstep/somacore_framework","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundstep%2Fsomacore_framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundstep%2Fsomacore_framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundstep%2Fsomacore_framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundstep%2Fsomacore_framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soundstep","download_url":"https://codeload.github.com/soundstep/somacore_framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171162,"owners_count":21865275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:38.817Z","updated_at":"2026-01-31T18:18:58.617Z","avatar_url":"https://github.com/soundstep.png","language":"ActionScript","readme":"h2. SomaCore | AS3 MVC Framework for Flash, Flex and AIR.\n\nSomaCore 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.\n\nSomaCore does not use any external library and does not use dependency injection.\n\nSomaCore is completely event-based and use a concept of wires to code in a efficient decoupled way.\n\nYou 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.\n\nh3. Few things to know\n\n* SomaCore requires the stage to be instantiated.\n* Commands are normal built-in Flash events with the bubbles property set to true.\n* Powerful flow control using the built-in flash event model.\n* Commands can be used in the views as they are not really framework code.\n* Parallel and sequence commands are built-in.\n* 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.\n* Wires can manage one class or multiple classes.\n* Wires and commands access to all the framework elements (stage, framework instance, wires, models, views and commands).\n* Plugins can be created for the framework (such as the SomaDebugger plugin).\n\nh3. Links\n\n* \"Soundstep Blog\":http://www.soundstep.com/\n* \"Soundstep Twitter\":http://www.twitter.com/soundstep/\n* \"SomaCore main page\":http://www.soundstep.com/blog/downloads/somacore/\n* \"Diagram\":http://www.soundstep.com/blog/source/somacore/diagram/SomaDiagram.pdf\n* \"Video tutorial\":http://www.soundstep.com/blog/source/somacore/tutorials/getting-started/\n* \"Demos\":http://github.com/soundstep/somacore_demos\n* \"Documentation\":http://www.soundstep.com/blog/source/somacore/docs/\n* \"Manual\":http://github.com/soundstep/somacore_framework/wiki\n\nh3. Demos\n\n* \"Repository of the demos\":http://github.com/soundstep/somacore_demos\n\nh4. SomaCore Hello World (injection enabled)\n\n* \"Simple Application that shows a message\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreHelloWorld-Injection/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreHelloWorld-Injection/srcview/\n\nh4. SomaCore Hello World\n\n* \"Simple Application that shows a message\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreHelloWorld/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreHelloWorld/srcview/\n\nh4. SomaColor (Injection enabled)\n\n* \"Pure AS3 demo\":http://www.soundstep.com/blog/source/somacore/demos/SomaColor-Injection/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaColor-Injection/srcview\n\nh4. SomaColor\n\n* \"Pure AS3 demo\":http://www.soundstep.com/blog/source/somacore/demos/SomaColor/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaColor/srcview\n\nh4. SomaCoreCafeTownSend (Injection enabled)\n\n* \"Flash Builder / Flex demo\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreCafeTownSend-Injection/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreCafeTownSend-Injection/srcview\n\nh4. SomaCoreCafeTownSend\n\n* \"Flash Builder / Flex demo\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreCafeTownSend/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreCafeTownSend/srcview\n\nh4. SomaCore Twitter Search (injection enabled)\n\n* \"Pure AS3 Twitter Search\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreTwitterSearch-Injection/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreTwitterSearch-Injection/srcview/\n\nh4. SomaCore Twitter Search\n\n* \"Pure AS3 Twitter Search\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreTwitterSearch/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreTwitterSearch/srcview/\n\nh4. SomaCoreGC (flash player debugger needed)\n\n* \"Garbage Collection monitor demo with the SomaCoreDebugger\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreGC/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaCoreGC/srcview\n\nh4. SomaAssets Demo\n\n* \"Load your assets with the SomaAssets plugin\":http://www.soundstep.com/blog/source/somacore/demos/SomaAssetsDemo/\n* \"View Source\":http://www.soundstep.com/blog/source/somacore/demos/SomaAssetsDemo/srcview\n\nh2. License\n\nThe contents of this file are subject to the Mozilla Public License\n\nVersion 1.1 (the \"License\"); you may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.mozilla.org/MPL/\n \nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.\nSee the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is SomaCore.\n\nThe Initial Developer of the Original Code is Romuald Quantin.\n\nPortions created by\n\nInitial Developer are Copyright (C) 2008-2010 Soundstep. All Rights Reserved.\n\nAll Rights Reserved.\n","funding_links":[],"categories":["Multimedia","Application Frameworks","Frameworks"],"sub_categories":["Sound","MVC,IoC Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundstep%2Fsomacore_framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoundstep%2Fsomacore_framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundstep%2Fsomacore_framework/lists"}