How can i learn to Code for retropie
-
I want to make a App System for retropie where i can play pokemmo as a Port where can k learn it ?
-
If you want to create a new Port, look at the existing scriptmodules' source and - at a minimum - learn some basic Bash scripting.
-
To amend to this:
cd RetroPie-Setup; sudo ./retropie_package.sh apidocs
will give you some browsable documentation of the generic functions ofRetroPie-Setup
. HTML-tree can be found after completion at~/RetroPie-Setup/tmp/apidocs/
. -
@lolonois said in How can i learn to Code for retropie:
sudo ./retropie_package.sh apidocs
Indeed, nice docs ;-)
Btw. ,you've made a typo.
It should besudo ./retropie_packages.sh apidocs
-
The
apidocs
are also available at https://retropie.org.uk/api/.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.