This app has been developed and tested for CrossMix-OS (https://github.com/cizia64/CrossMix-OS) Likewise it should work with the stock firmware or any other overlay OS (like CrossMix).
It is not designed for Knulli or launching from EmulationStation. Although theoretically, it should work there as well.
- Download Chess.zip released here on GitHub.
- Unzip it and copy all files with the folder (Chess) to /mnt/SDCARD/Apps on your TSP.
- Reboot TSP. Chess app should appear in Apps.
- If you plan to put this app in some other folder, remember to modify launch.sh.
Basically, I use Ubuntu and Docker. There is a Docker container running that I use for cross-compilation.
- You need to build the image (see https://github.com/geniot/trimui-smart-pro-toolchain), and start a container.
- Run
make distto prepare the package. See Makefile for details.
You can also deploy the app with make. This is the default make behavior that I use a lot during the
development. Modify Makefile if you plan to do so.
- https://github.com/geniot/trimui-smart-pro-toolchain
- https://github.com/gen2brain/raylib-go
- https://github.com/trimui/firmware_smartpro
- https://github.com/cizia64/CrossMix-OS
- https://github.com/geniot/tsp-hardware-test
You can use it freely for any purpose that you like. Most importantly, I hope it will help you to create something new and also share it with the community.