Fitting Retroplayer into XBMC
#16
you'll notice the only functional difference is that RetroPlayer is no longer connected to any input. I've re-written the joystick API two or three times, and the end result was never satisfactory because I couldn't separate the input from retroplayer. now, with input gone, the complexity of retroplayer is greatly reduced, leading to more maintainable code.

putting as much code as possible behind APIs is generally a good strategy. i learned this rather late in the development of retroplayer, so there are still quite a few parts that are entangled. however, looking at this diagram, i think i'm on the right track - components are finally only communicating with their API, and not with other components
Reply


Messages In This Thread
Fitting Retroplayer into XBMC - by zag - 2014-05-19, 11:46
RE: Fitting Retroplayer into XBMC - by zag - 2014-05-22, 11:01
RE: Fitting Retroplayer into XBMC - by speeko - 2014-05-20, 09:35
RE: Fitting Retroplayer into XBMC - by zag - 2014-05-20, 09:46
RE: Fitting Retroplayer into XBMC - by chapas - 2022-04-28, 17:10
RE: Fitting Retroplayer into XBMC - by garbear - 2014-08-21, 05:57
RE: Fitting Retroplayer into XBMC - by Hedda - 2014-08-25, 17:27
RE: Fitting Retroplayer into XBMC - by zag - 2014-08-21, 10:40
RE: Fitting Retroplayer into XBMC - by braz - 2015-07-19, 23:35
Logout Mark Read Team Forum Stats Members Help
Fitting Retroplayer into XBMC0