Key Information

Register
Submit
The challenge is finished.

Challenge Overview

For the Hercules client, we are going to be doing some work that involves a couple of their drawing technologies, name "pxCore" and "pxScene".  The links below offer a lot more details on these particular technologies.  pxscene is a graphics drawing library that has Javascript hooks exposed thorugh Node.js and v8.  This challenge will look at a couple of existing demos that were restricted due to limitations in pxCore and will expand pxCore to support better text drawing abilities to enable better demos for pixi.js, as well as cleanup some existing bugs.

Pxscene

Pxscene is a platform independent drawing platform that will be used on a wide variety of embedded devices for the Hercules client.  You can find more information here, and you can download the app to be used for testing:  
http://www.pxscene.org/

The code for pxCore / pxscene is available in Github here: https://github.com/topcoderinc/pxCore.  Note:  For this challenge, we will target the "_topcoder_graphics_and_text_updates" branch.

Pixi.js

Pixi.js is a Javascript graphics library that has a lot of nice features and the ability to target either WebGL or Canvas2D.  We've used it extensively for a project for the client here that may eventually be ported to work on pxscene.

Branch

For this challenge, we will target the "_topcoder_graphics_and_text_updates" branch of the pxCore fork linked above and commit hash eceda8dd6eecb5f4d92f22359b61e0bdb978e412

Issues

These Github issues comprise the requirements for this challenge:

https://github.com/topcoderinc/pxCore/issues/10
https://github.com/topcoderinc/pxCore/issues/11
https://github.com/topcoderinc/pxCore/issues/12
https://github.com/topcoderinc/pxCore/issues/13
https://github.com/topcoderinc/pxCore/issues/14
https://github.com/topcoderinc/pxCore/issues/15
https://github.com/topcoderinc/pxCore/issues/16
https://github.com/topcoderinc/pxCore/issues/17

Pxcore code:

Note that your pxCore changes should follow all code structure, naming, commenting, and code practices already seen in pxCore.  Your code should be indistinguishable from the existing pxCore code and should be flexible and well encapsulated.

Codebase

A previous codebase is available in Git already.  This challenge will provide Git patch files for the pixi.js and examples repositories to implement the requirements below.  You should also provide a git patch against a the mentioned commit hash of pxCore / _topcoder_graphics_and_text_updates that implements the functionality needed above.

Existing code

The existing pixi.js code that targets pxscene can be found publicly in Github:

https://github.com/topcoderinc/pxPixi
https://github.com/topcoderinc/pxPixi-examples

Submission

For this challenge, please submit:

1.  Patch files against the pxPixi and pxPixi-examples code in Github
2.  Patch file against the commit of pxCore in Github that fixes the bugs mentioned above

2.  Any updates needed to the examples (alpha-mask.js, etc...)
3.  A video showing the examples being tested in pxscene
4.  A README documenting any setup that needs to be done, and any limitations that your ran into while investigating.  Make sure to indicate commit hashes in your documentation that can be used to apply the patch files
5.  Deployment instructions for putting the examples on Heroku


Links

Pixi.js
Pxscene 
http://johnrobinsn.github.io/pxScene2d/docs/


Final Submission Guidelines

Please see above

ELIGIBLE EVENTS:

2017 TopCoder(R) Open

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30057086