CiscoTheProot/yaml parse test
2024-06-24 22:18:03 +02:00
..
.vscode Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
__pycache__ Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
cache Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
fastproot Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00
graphics Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
angryFace.png Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00
animation1_frame1.png Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
animation1_frame2.png Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
corruptFace.png Added corrupt and QR code faces and .png and in the yaml. 2024-06-24 20:44:44 +02:00
devideIntoGroups.c Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
dizzyFace.png Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00
Dockerfile Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
eyesClosed_neutral.png Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
fastproot.so added fast proot rust binary 2024-02-19 20:00:33 +01:00
loveFace.png Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00
neutral.png made a little tv animation for showing the QR code 2024-06-24 22:18:03 +02:00
Point2D.py added fast proot rust binary 2024-02-19 20:00:33 +01:00
prootOS.py fixed repeat of animations, fix memory leak 2024-02-19 21:34:10 +01:00
ProotScreen1.png Upload files to "yaml parse test" 2024-02-19 18:43:01 +01:00
ProotScreen2.png Upload files to "yaml parse test" 2024-02-19 18:43:01 +01:00
ProotScreen3.png Upload files to "yaml parse test" 2024-02-19 18:43:01 +01:00
QRFace-blank.png made a little tv animation for showing the QR code 2024-06-24 22:18:03 +02:00
QRFace.png made a little tv animation for showing the QR code 2024-06-24 22:18:03 +02:00
README.md Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00
shared.so Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
test.py Initial commit of yaml parse test. 2023-10-02 08:05:48 +02:00
testAnimationYaml.yaml made a little tv animation for showing the QR code 2024-06-24 22:18:03 +02:00
util.py Further optimisations and rustification of interpolation 2023-10-03 23:17:32 +02:00

Crosscompile instructions:

  • Build docker image with python armv7 installed: docker build -t my-image .
  • Use cross to crosscompile: cross.exe build --target=armv7-unknown-linux-gnueabihf --release
  • Move built library to the correct folder: cp fastproot/target/armv7-unknown-linux-gnueabihf/release/libfastproot.so ./
  • Move windows binary cp fastproot/target/release/fastproot.dll ./fastproot.pyd