Challenge Overview
We are using a framework called pxscene for a number of current projects. You can find more details here:
* https://github.com/topcoderinc/pxCore
Recently documentation was added that describes how to integrate Visual Studio code debugger with pxscene for debugging local scripts:
https://github.com/johnrobinsn/pxCore/blob/master/examples/pxScene2d/VSCODE_DEBUG.md
A previous challenge has implemented Windows support for pxScene, and now we are going to complete the integration by ensuring the app can auto-update, similar to the Mac, and it can be built via CI.
Requirements
These tickets comprise the requirements for this challenge:
* https://github.com/topcoderinc/pxCore/issues/37
* https://github.com/topcoderinc/pxCore/issues/38
Code quality
It's very important that the code added and changed matches the same format and quality of the existing code. Please don't change anything that doesn't have to be changed, and also ensure that all formatting (indentation, comments, etc...) is consistent with existing code.
Video
You must provide a validation video showing pxscene auto-updating and building in CI. A number of test URLs for pxscene will be provided in the forum.
Recently documentation was added that describes how to integrate Visual Studio code debugger with pxscene for debugging local scripts:
https://github.com/johnrobinsn/pxCore/blob/master/examples/pxScene2d/VSCODE_DEBUG.md
A previous challenge has implemented Windows support for pxScene, and now we are going to complete the integration by ensuring the app can auto-update, similar to the Mac, and it can be built via CI.
Requirements
These tickets comprise the requirements for this challenge:
* https://github.com/topcoderinc/pxCore/issues/37
* https://github.com/topcoderinc/pxCore/issues/38
Code quality
It's very important that the code added and changed matches the same format and quality of the existing code. Please don't change anything that doesn't have to be changed, and also ensure that all formatting (indentation, comments, etc...) is consistent with existing code.
Video
You must provide a validation video showing pxscene auto-updating and building in CI. A number of test URLs for pxscene will be provided in the forum.
Submission
Please provide a git patch file against the most recent version of pxCore in Github: https://github.com/topcoderinc/pxCore
Make sure to use the "_windows_port" branch and the most recent commit hash.