Skip to content

Commit

Permalink
Merge pull request #129 from timwindsor/gh-pages
Browse files Browse the repository at this point in the history
Updates to the Project Dashboard relating to BB10 WebWorks extensions
  • Loading branch information
taylortbb committed Jan 21, 2013
2 parents 8b3386a + a8d3a7e commit 705ea97
Showing 1 changed file with 108 additions and 62 deletions.
170 changes: 108 additions & 62 deletions projects/Project_Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,116 +7,162 @@ tags: WebGL, HTML5, WebWorks, bbUI.js, C++, AIR, ANE, native, extension
---
{% include common-defs.md %}

This page is intended to capture the the details of community collaborations under focused development, for coordination amongst participants. See below for the lead community developers, links to the primary repositories, issue lists and current goals.
This page is intended to capture the the details of community collaborations under focused development, for coordination amongst participants. See below for the lead community developers, links to the primary repositories, issue lists and current goals.

[Get Involved!](http://blackberry.github.com/howToContribute.html)
<br>
----

### bbUI.js Issues and Features
There are 6 areas of Open Source work going on right now with the community, though if want you'd like to do is not listed, then get in touch with me (@timothywindsor on Twitter) and we'll see what we can set up.

Working through the list of issues on bbUI.js, both bugs and feature requests.
Our current areas are:

_Developers:_
[Rory Craig-Barnes](http://github.com/glasspear),
[Justin Tokarchuk](http://github.com/jtokarchuk),
[Shane Cridlebaugh](http://github.com/SCrid2000),
Jeremy Duke
- BB10 WebWorks Extensions
- bbUI.js Issues and Features
- Screen Layout Examples
- Advanced UI Examples
- Advanced UI using WebGL
- BB10 AIR Native Extensions


## BB10 WebWorks Extensions

Exposing native BlackBerry 10 APIs and porting BBOS extensions for BB10 WebWorks. These extensions are written in C/C++ and JavaScript. See below for our top requests and a link to the Github Issue that tracks development progress. If you have a need for an extension, please open a [Github Issue](https://github.com/blackberry/WebWorks-Community-APIs/issues) with a description of what you need from the extension. Or, respond on the issue for the extension you need so we can track demand.

__Top Extension Requests__

####1 [Screen Backlight Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/125) <br>
_Under investigation by Developer Relations for technical feasibility_<br>
Need an extension that will enable an application to keep the backlight on when needed. Investigation will need to be done to see if this is possible in an extension or if it requires changes in the Web Platform itself.

####2 [Barcode Scanning Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/109) <br>
_needs a volunteer_<br>
Create an extension that can be used to scan barcodes using the ZXing library in BB10. We have some Barcode Scanning code that should be a good starting point.

####3 [Child Browser Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/126) <br>
_needs a volunteer_<br>
A more extensive Child Browser extension is needed for some use cases. Ideally, this extension would meet the API requirements of the Cordova API so that the code can be reused.

####4 [Bluetooth Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/127) <br>
_needs a volunteer_<br>
An Extension is needed for WebWorks that would allow search and discovery of Bluetooth devices, connecting, and communication over Bluetooth.

__Other Extension Development__

[Secure One Way Encryption Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/124)<br>
_needs a volunteer_<br>
We want to create an extension that wraps the code in this sample: <br>[https://github.com/blackberry/Cascades-Community-Samples/tree/master/PasswordSample](https://github.com/blackberry/Cascades-Community-Samples/tree/master/PasswordSample)

[Microphone Recording Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/110) <br>
by [John852](https://github.com/john852)<br>
_code is complete but not on Github yet_

[Zip/Unzip Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/104)<br>
Unzip portion done by [Starpax](https://github.com/starpax).<br> _Needs a new volunteer to take on the zip portion_

_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
[Justin Tokarchuk](http://github.com/jtokarchuk),<br>
[Brian Scheirer](http://github.com/bcs925),<br>
[Kevin P "HaTaX"](http://github.com/hatax2),<br>
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),<br>
[Lloyd Summers](http://github.com/kermed)

_Roadmap and Issue List:_
[https://github.com/blackberry/bbUI.js/issues](https://github.com/blackberry/bbUI.js/issues)
[https://github.com/blackberry/WebWorks-Community-APIs/issues](https://github.com/blackberry/WebWorks-Community-APIs/issues)

_Staging Repository:_
[https://github.com/timwindsor/bbUI.js](https://github.com/timwindsor/bbUI.js)

### Screen Layout Examples

Common Layout Samples using bbUI.js

_Developers:_
[Rory Craig-Barnes](http://github.com/glasspear),
[Justin Tokarchuk](http://github.com/jtokarchuk),
[Shane Cridlebaugh](http://github.com/SCrid2000),
[Brian Scheirer](http://github.com/bcs925),
Jeremy Duke,
Don Berzley,
Apekshith Gowda,
[Lloyd Summers](http://github.com/kermed),
[Kevin P "HaTaX"](http://github.com/hatax2),
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),
[Justin DaSilva](http://github.com/lyricidal)
[https://github.com/blackberry/WebWorks-Community-APIs](https://github.com/blackberry/WebWorks-Community-APIs)


## bbUI.js Issues and Features

Working through the list of issues on bbUI.js, both bugs and feature requests.

_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
[Rory Craig-Barnes](http://github.com/glasspear),<br>
[Justin Tokarchuk](http://github.com/jtokarchuk),<br>
[Shane Cridlebaugh](http://github.com/SCrid2000),<br>
Jeremy Duke

_Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Samples/issues)
[https://github.com/blackberry/bbUI.js/issues](https://github.com/blackberry/bbUI.js/issues)

_Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Samples)
[https://github.com/blackberry/bbUI.js](https://github.com/blackberry/bbUI.js)

### Advanced UI Examples

Advanced Dynamic UI with animation, taking advantage of hardware acceleration and Alice.js
## Screen Layout Examples

_Developers:_
Jeremy Duke,
[Lloyd Summers](http://github.com/kermed)
Common Layout Samples using bbUI.js. These samples are intended to provide starting points for developers to reduce initial coding and setup time.

_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
[Rory Craig-Barnes](http://github.com/glasspear),<br>
[Justin Tokarchuk](http://github.com/jtokarchuk),<br>
[Shane Cridlebaugh](http://github.com/SCrid2000),<br>
[Brian Scheirer](http://github.com/bcs925),<br>
Jeremy Duke,<br>
Don Berzley,<br>
Apekshith Gowda,<br>
[Lloyd Summers](http://github.com/kermed),<br>
[Kevin P "HaTaX"](http://github.com/hatax2),<br>
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),<br>
[Justin DaSilva](http://github.com/lyricidal)

_Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues)

_Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Community-Samples)
[https://github.com/blackberry/BB10-WebWorks-Community-Samples](https://github.com/blackberry/BB10-WebWorks-Community-Samples)

### Advanced UI using WebGL

Examples of advanced UI using the capabilities of WebGL and hardware acceleration on BlackBerry 10
## Advanced UI Examples

Advanced Dynamic UI with animation, taking advantage of hardware acceleration and Alice.js.

_Developers:_
_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
Jeremy Duke,<br>
[Lloyd Summers](http://github.com/kermed)

_Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues)

_Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Community-Samples)
[https://github.com/blackberry/BB10-WebWorks-Community-Samples](https://github.com/blackberry/BB10-WebWorks-Community-Samples)

### BB10 WebWorks Extensions

Exposing native BlackBerry 10 APIs and porting BBOS extensions for BB10 WebWorks
## Advanced UI using WebGL

_Developers:_
[Justin Tokarchuk](http://github.com/jtokarchuk),
[Brian Scheirer](http://github.com/bcs925),
[Kevin P "HaTaX"](http://github.com/hatax2),
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),
Examples of advanced UI using the capabilities of WebGL and hardware acceleration on BlackBerry 10

_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
[Lloyd Summers](http://github.com/kermed)

_Roadmap and Issue List:_
[https://github.com/blackberry/WebWorks-Community-APIs/issues](https://github.com/blackberry/WebWorks-Community-APIs/issues)
[https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues)

_Staging Repository:_
[https://github.com/timwindsor/WebWorks-Community-APIs](https://github.com/timwindsor/WebWorks-Community-APIs)

__Current Extensions Under Development__

[Microphone Recording Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/110) by [John852](https://github.com/john852)

[Zip/Unzip Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/104) by [Starpax](https://github.com/starpax)
[https://github.com/blackberry/BB10-WebWorks-Community-Samples](https://github.com/blackberry/BB10-WebWorks-Community-Samples)

[Barcode Scanning Extension](https://github.com/blackberry/WebWorks-Community-APIs/issues/109) _needs a volunteer_

### BB10 AIR Native Extensions
## BB10 AIR Native Extensions

Exposing native BlackBerry 10 APIs and porting BBOS extensions for BB10 AIR Applications

_Developers:_
[Justin Tokarchuk](http://github.com/jtokarchuk),
[Brian Scheirer](http://github.com/bcs925),
[Kevin P "HaTaX"](http://github.com/hatax2),
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),
_Developers:_<br>
[Sign up](http://blackberry.github.com/howToContribute.html) as a contributor, to join us.<br>
[Justin Tokarchuk](http://github.com/jtokarchuk),<br>
[Brian Scheirer](http://github.com/bcs925),<br>
[Kevin P "HaTaX"](http://github.com/hatax2),<br>
[Thomas W "ph03n1x"](http://github.com/osbbx-ph03n1x),<br>
[Justin DaSilva](http://github.com/lyricidal)

_Roadmap and Issue List:_
[https://github.com/blackberry/Community-APIs-for-AIR/issues](https://github.com/blackberry/Community-APIs-for-AIR/issues)

_Staging Repository:_
[https://github.com/timwindsor/Community-APIs-for-AIR](https://github.com/timwindsor/Community-APIs-for-AIR)
[https://github.com/blackberry/Community-APIs-for-AIR](https://github.com/blackberry/Community-APIs-for-AIR)

0 comments on commit 705ea97

Please sign in to comment.