Release XOZE - XBMC ADD-ON with LOOK Framework
#1
Whenever it comes to development of an add-on, a thought comes in my mind to have a special UI for my add-on that is independent of XBMC Skin enabled. But the way to handle the events fired on click of control and then delegating the information from event captured to main business logic and handling the entire processing of add-on life cycle could become complex if not organized properly.

Introducing XOZE, framework to build XBMC add-on that runs fast, has independent UI and comes with bundle of best utilities: like URLResolver, JSON-RPC enabled web server. It provides an easy way to configure which module, function to be called on events fired using XML based configurations. The logic could be split into multiple modules and functions to organize the code in better way.

The XOZE is available at https://github.com/ajdeveloped/XOZE---XB...-Framework

The example add-on build using XOZE: https://github.com/ajdeveloped/plugin.vi...desizonexl

To try example add-on, install using my repo: https://github.com/ajdeveloped/aj-addons...p?raw=true

Working on its documentation. Lot to write but I am feeling lazy. Please provide feedback and let me know how it can be improved. Thanks!!
Reply
#2
Wink 
Well i would say start with a video tutorial or web page with lots of screen snapshots explaining how to build a basic program for newbies like me.
Including steps for how to test and see it working Smile .
Reply

Logout Mark Read Team Forum Stats Members Help
XOZE - XBMC ADD-ON with LOOK Framework0