Archive

Archive for December, 2023

More Simulators/models

December 12, 2023 Leave a comment

sled simulator: https://www.sledsimulator.com/download

ragdoll physics demo: https://schteppe.github.io/p2.js/demos/ragdoll.html

anatomy model: https://www.zygotebody.com/# warning some might make sick. this was ok.

projectile motion: https://phet.colorado.edu/en/simulations/projectile-motion

simulator ride: https://en.wikipedia.org/wiki/Simulator_ride

virtual skipper 5, windows pc – non-commercial home use license: https://www.virtualskipper.com/

Microsoft Train Simulator

Categories: Uncategorized

WIP Linux, cpu generic

December 9, 2023 Leave a comment

I wonder if I can recompile linux programs for 32-bit and 64-bit generic . Then I would not have to recompile for every platform. https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options -mtune=generic;

mtune=native worked, on ARM system

other reference: https://askubuntu.com/questions/54296/difference-between-the-i386-download-and-the-amd64

Ubuntu 32-bit was supported until october 2017: https://askubuntu.com/questions/1376090/latest-version-of-ubuntu-for-i386-architecture-32-bit

wanted to run debian desktop on android too, offline.

Categories: Uncategorized