https://github.com/schell/puremvc-plus-plus
A MVC application architecture for C++, based off of the popular PureMVC
https://github.com/schell/puremvc-plus-plus
Last synced: about 2 months ago
JSON representation
A MVC application architecture for C++, based off of the popular PureMVC
- Host: GitHub
- URL: https://github.com/schell/puremvc-plus-plus
- Owner: schell
- Created: 2009-12-17T21:38:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T14:38:39.000Z (over 6 years ago)
- Last Synced: 2024-05-01T23:30:48.669Z (12 months ago)
- Language: C++
- Homepage: http://schell.github.io/PureMVC-Plus-Plus/
- Size: 2.72 MB
- Stars: 36
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PureMVC++
=========
Hi, and thanks for your interest in my C++ version of the PureMVC architecture.Source
------
[Source at github.](http://github.com/efnx/PureMVC-Plus-Plus)Documentation
-------------
[The documentation is here.](http://schell.github.io/PureMVC-Plus-Plus/)Other
-----
[Here I have posted some of the differences between the AS3 and C++ versions of the PureMVC architecture.](http://blog.efnx.com/puremvc-a-c-mvc-framework-ported-from-as3/)PureMVC++ is not thread safe. For a thread safe version, check out [libpuremvc](http://code.google.com/p/libpuremvc/).