# puremvc-lua-multicore-framework **Repository Path**: ravior/puremvc-lua-multicore-framework ## Basic Information - **Project Name**: puremvc-lua-multicore-framework - **Description**: PureMVC MultiCore Framework for Native Lua - **Primary Language**: Lua - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2015-03-28 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: webframework **Tags**: None ## README ## [PureMVC](http://puremvc.github.com/) Lua MultiCore Framework PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is a Lua port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki). It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors. This port contains additional functionality not found in other ports - lightweight Lua class-emulation. See puremvc.define() and puremvc.declare() in the documentation for more info. Use of this functionality is entirely optional; you may write classes using the class-emulation provided by other frameworks, if you prefer. ## Status Production - [Version 1.0.0](http://git.oschina.net/ravior/puremvc-lua-multicore-framework/blob/master/VERSION.md) ## Platforms / Technologies * [Lua](http://www.lua.org/) ## License * PureMVC MultiCore Framework for Lua (Ported) - Copyright © 2015 Ravior * All rights reserved. The MIT License (MIT) Copyright (c) 2015 Ravior Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.