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: 23 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:53:48.000Z (over 2 years ago)
- Last Synced: 2025-03-28T14:21:21.517Z (about 1 month ago)
- Topics: game-development, gamedev, javascript, multicore, mvc, mvc-architecture, puremvc, typescript
- Language: TypeScript
- Size: 1.92 MB
- Stars: 11
- Watchers: 3
- 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
[](https://github.com/koreezgames/puremvc-js/blob/master/LICENSE)
[](https://travis-ci.org/koreezgames/puremvc-js)
[](https://badge.fury.io/js/%40koreez%2Fpure-mvc)
[](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)