Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
projects:observer_template [2016/07/05] – created terenceprojects:observer_template [2016/07/05] terence
Line 15: Line 15:
  
   * Latest version: [[https://github.com/tatewake/observer-template|Observer Template(C++) version 2016-07-05]] on GitHub   * Latest version: [[https://github.com/tatewake/observer-template|Observer Template(C++) version 2016-07-05]] on GitHub
 +
 +**Please also take a look at [[#running_the_example|running the example]] as it contains a quick-start example that demonstrates how to use this pattern.**
  
 ===== About ===== ===== About =====
Line 550: Line 552:
 //(If you're curious, these project files were generated with [[wp>GYP_(software)|Google GYP]]; the source project file is located in ''/project/common/ObserverTemplateTests.gyp''.)// //(If you're curious, these project files were generated with [[wp>GYP_(software)|Google GYP]]; the source project file is located in ''/project/common/ObserverTemplateTests.gyp''.)//
  
 +==== Running the example ====
 +
 +I've included the "WindowEvent" example into the repo, which is based on the sample code from above.
 +
 +  * ''/project/win/WindowEvent.sln'' - Visual Studio 2005, Windows console target
 +  * ''/project/mac/WindowEvent.xcodeproject'' - Xcode 7 Mac OS console target
 +  * ''/project/ios/WindowEvent.xcodeproject'' - Xcode 7 iOS console target
 +
 +Like the unit tests, these are console apps only. As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific "windowing."
 ==== Q & A ==== ==== Q & A ====
  
Line 578: Line 589:
 **July 5, 2016** **July 5, 2016**
  
 +  * Added the "WindowEvent" example to the repo as a runnable demo
   * Added GitHub link to download section   * Added GitHub link to download section
   * First public release   * First public release
Print/export
QR Code
QR Code Observer Template (C++) (generated for current page)