An open API service indexing awesome lists of open source software.

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

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/).