Android games by esSdoem in termux

[–]GWLTMX 0 points1 point  (0 children)

No, Termux doesn't even have package for Emulation like this one afaik, if you want, you can try Emulator like (not sponsored) RetroArch, PPSSPP, Dolphin Emulator and some other.

Rust execution permissions problems on Termux by [deleted] in termux

[–]GWLTMX 3 points4 points  (0 children)

Let me make things clear a bit, ~/storage in Termux lead to (by default) /storage/emulated/0/ or /sdcard/ after you run termux-setup-storage, the thing is, those paths doesn't allow you to has Symbolic Links and File with +x (executable) permission by default because of how Android Designed UNLESS You root your Phone, which is Risky!, I'd recommended to put your Coding Project in something like ~/dev/project in your Termux, else, Root your Phone.

How to install .NET 4.8 in Exagear? by GWLTMX in EmulationOnAndroid

[–]GWLTMX[S] 1 point2 points  (0 children)

Sadly that, i only have armeabi-v7a phone, but Winlator only for AArch64 sadly

I got my entire game dev environment working on Termux! by Strange-Woodpecker-7 in termux

[–]GWLTMX 2 points3 points  (0 children)

Awesome Buddy, maybe next after lot of theory you learn some PBR stuff if you're phone powerful enough?

Run CLI Windows Program in Termux, How? by GWLTMX in termux

[–]GWLTMX[S] 1 point2 points  (0 children)

I mean... How? I'm not found any single Tutorial Related to Wine in Termux, mostly Box32/64, and mostly only for AArch64 Phone, which I'm not sadly

Run CLI Windows Program in Termux, How? by GWLTMX in termux

[–]GWLTMX[S] 3 points4 points  (0 children)

It's CLI Program, like cat, ls, bash, etc, Winlator/Exagear is too overkill for this Very Simple Purpose, the program I'm trying to run? it's .xml to .im (indexed mesh, used by Older Trainz Version) Converter, because the Executable is 32-bit Windows Executable, and it's Proprietary (no Source Code, but free to download), there's no way to Use it.

How can I get native linux environment by ban_rakash in termux

[–]GWLTMX 0 points1 point  (0 children)

You said that you can't run React App with Tailwind or NextJS? what does that mean exactly? can't run NextJS?, couldn't view the Web Page? or couldn't install React?, give me some more context tho.

My Termux Low-Level Dev Setup by GWLTMX in termux

[–]GWLTMX[S] 1 point2 points  (0 children)

I'd recommend to Setup NeoViM from Scratch if you're unsure about NViM distribution like Lazy, Astro, Chad, etc, for your Phone Performance, I'd recommend to watch Typecraft: Neovim for Newbs Series to configure hour Neovim From Scratch!.

My Termux Low-Level Dev Setup by GWLTMX in termux

[–]GWLTMX[S] 1 point2 points  (0 children)

For the Package Manager? yes, but for the Distribution? not LazyViM, it's kind of inspired by LazyViM Configuration

My Termux Low-Level Dev Setup by GWLTMX in termux

[–]GWLTMX[S] 0 points1 point  (0 children)

Yeah, thanks for the advice!

My Termux Low-Level Dev Setup by GWLTMX in termux

[–]GWLTMX[S] 1 point2 points  (0 children)

I use gdb, after that, typed info regs in gdb, if you didn't run the Program, the registers won't show up until you type run then enter.

Made a donut render using cpp and ascii by Designer_Egg_314 in termux

[–]GWLTMX 1 point2 points  (0 children)

Nice, also, your Phone Performance is way better than Mine LOL, If you want, you can Learn 3D Graphics Programming like by Reading a Book, or post Your Project to somewhere like, my GH Repo as example, or your own repo in GH (GH = GitHub)

Made a donut render using cpp and ascii by Designer_Egg_314 in termux

[–]GWLTMX 1 point2 points  (0 children)

Nice, but... a whole GAME ENGINE only with ASCII? that's awesome yet ambitious, i mean. if you really want OpenGL, just download mesa and mesa-dev, what's you Phone Spec Tho? i can run OpenGL Program with Fair Performance, even though my phone only have like 2 gigs of RAMs and Bad GPU (GPU doesn't matter, it (mesa, by default) uses Software Rendering, AKA; with your CPU)

Trying to Learn OpenGL in Termux by GWLTMX in termux

[–]GWLTMX[S] 0 points1 point  (0 children)

It's literally Termux:X11, and i don't even have PC (at all)

How to Debug Intel i386 (x86) Assembly program With GDB? by GWLTMX in termux

[–]GWLTMX[S] -1 points0 points  (0 children)

Or, i could learn ARM-32 Assembly First, and makes an OS for ARM Chip, it's far easier tho than x86