Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Minimalist - A PureMVC Python / wxPython Demo  (Read 6159 times)
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« on: October 30, 2012, 01:43:52 »

This demo illustrates the simplest way (that Andy could think of) to build a PureMVC application in python using wxPython as the GUI. A string in the model is displayed in the GUI in a textfield. Anything you type gets converted to uppercase and stored back in the model, courtesy of a command class triggered when you hit the ENTER key in the GUI.

The project is located here:
https://github.com/PureMVC/puremvc-python-demo-wxpython-minimalist/wiki

The author is Andy Bulka. He has an excellent article explaining it here:
http://www.andypatterns.com/index.php/blog/puremvc_minimal_wxpython/
Logged
Pages: [1]
Print