Search programs on iOS

For scripts to aid with computation or simulation in cellular automata.
Post Reply
User avatar
TigerCub414
Posts: 167
Joined: March 25th, 2024, 9:51 pm

Search programs on iOS

Post by TigerCub414 »

It’s possible to compile and run search programs on iPhone and iPad using the iSH terminal. It is essentially Alpine Linux, so C and C++ code can be compiled in the same way as on a regular Linux machine. For example, to run qfind, install the compiler by running

Code: Select all

apk add gcc
, then downloading the qfind folder from Github and moving into iSH’s “root” folder, the. running:

Code: Select all

cd qfind
make
This compiles the code, and the search program can be accessed by typing “./qfind”
This method can be used for other search programs, but lifelib-based programs, like apgsearch, don’t work because lifelib needs a x86-64 processor to run. An Android equivalent probably exists, but I haven't found one.
Attachments
A screenshot of iSH qfind
A screenshot of iSH qfind
IMG_0542.png (225.33 KiB) Viewed 2382 times

Code: Select all

x = 32, y = 32, rule = B3aijkr5j/S2aek3-acy4iz6c
8b3o$7bo2bo$7bo2bo$7b3o4$28b3o$28bo2bo$28bo2bo$29b3o11$3o$o2bo$o2bo$b
3o4$22b3o$21bo2bo$21bo2bo$21b3o!
User avatar
MDA
Posts: 235
Joined: June 8th, 2026, 12:18 pm
Location: In Haven (B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-ak)
Contact:

Re: Search programs on iOS

Post by MDA »

I found another iOS command-line program called "a-Shell", which runs a lot faster than iSH, but isn't as versatile.
My website (a database of Life objects, WIP).
GlidINT has been released!

Code: Select all

x = 5, y = 17, rule = B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-akHistory
C$2C$.2C$2C11$.3D$3.D$2.3D!
[[ STOP 72 ]]
Post Reply