kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Add ChaiLove Core #32

Closed RobLoach closed 6 years ago

RobLoach commented 6 years ago

ChaiLove is a game engine for libretro. While I haven't fully tested this, I'd love to have some direction into how to get it working in Retroplayer/KodiGame.

Made the initial Kodi addon work for it over at: https://github.com/RobLoach/game.libretro.chailove

The beetle-bsnes directory will need a lot of updates: https://github.com/RobLoach/game.libretro.chailove/tree/master/depends/common/beetle-bsnes

Would love your thoughts on how to get this up and running.

garbear commented 6 years ago

Let's move game.libretro.chailove to the kodi-game org. That way, we can add support to our kodi-game-scripting infrastructure here: https://github.com/fetzerch/kodi-game-scripting/blob/master/kodi_game_scripting/config.py. This takes care of most of the details and should generate the depends directory for us.

We need https://github.com/kodi-game/repo-binary-addons/pull/4 (to be updated when game.libretro.chailove is moved)

As for this repo:

RobLoach commented 6 years ago

Let's add keyboard/mouse in the PR over at https://github.com/kodi-game/game.libretro.chailove/pull/2