termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
34.88k stars 3.67k forks source link

Graphics #1568

Closed caltrop2075 closed 4 years ago

caltrop2075 commented 4 years ago

Feature description I want to be able to do simple 2D graphics from Termux, but 3D would be nicer.

like old DOS TurboC graphics.h

I have seen people talk about graphics.h, OpenGL, X11, & other stuff.

I'm totally baffled...

Reference implementation

Does another app/terminal emulator have this feature? Provide links to more background information.

ghost commented 4 years ago

https://wiki.termux.com/wiki/Graphical_Environment

ghost commented 4 years ago

like old DOS TurboC graphics.h

  1. Termux is not DOS. It is Android OS (Linux).
  2. Termux does not have native graphics. You'll need an X server or VNC.