How To Make A Lutro Game?

I’m wondering how to make a game for the lutro core is there a game engine or something to download? Thanks :grinning:

1 Like

Try modifying some of the sample games that are on github in notepad or similar until you get a feel for the syntax and what the functions do. If you don’t already know Lua then learning that would be helpful too.

To run your games:

Through RetroArch, use the Lutro core to load the game’s source directory:

retroarch -L libretro_lutro.so path/to/gamedir/

To bad there’s no game engine like ue4 for Lutro.

Yep. U need the Lutro Core, the LOVE 2D game engine, lua and git and the make cmd command on ur system