Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koreezgames/puremvc-js
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern
https://github.com/koreezgames/puremvc-js
game-development gamedev javascript multicore mvc mvc-architecture puremvc typescript
Last synced: 3 months ago
JSON representation
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern
- Host: GitHub
- URL: https://github.com/koreezgames/puremvc-js
- Owner: koreezgames
- License: mit
- Created: 2017-08-02T13:12:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:53:48.000Z (about 2 years ago)
- Last Synced: 2024-10-04T06:19:02.133Z (4 months ago)
- Topics: game-development, gamedev, javascript, multicore, mvc, mvc-architecture, puremvc, typescript
- Language: TypeScript
- Size: 1.92 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# puremvc-js
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/koreezgames/puremvc-js/blob/master/LICENSE)
[![Build Status](https://secure.travis-ci.org/koreezgames/puremvc-js.svg?branch=master)](https://travis-ci.org/koreezgames/puremvc-js)
[![npm version](https://badge.fury.io/js/%40koreez%2Fpure-mvc.svg)](https://badge.fury.io/js/%40koreez%2Fpure-mvc)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)## [PureMVC](http://puremvc.github.com/) JavaScript 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 JavaScript port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki).
## License
[MIT](LICENSE)