Sunday, December 28, 2008

JS --> C++ call APIs polishing.

It has been around 2 weeks I am polishing the APIs of JavaScript to C++ calls. The main crux of the project is to provide a simple but very versatile and easy to use APIs for the plugin developers.

I have created MCruxJSObject class which is responsible for putting the first object in the global JavaScriptContext. This object (rather namespace) is named "mcrux". The Object will be the key-point to access various "MCrux" functionalities.

On the other side I started with the sample application "MChat". The "MChat" application is a separate Application which uses the MCrux.dll to create the WebView and only renders a "hello world " page. I will be implementing various features of IM Client one by one. "MChat" would be driving the development of MCrux in its initial phases.

No comments: