6 ms·
Next I want to see Crysis running in a terminal. Actually that raises an interesting question. Can OpenGL work in Notcurses?
by 10GBps 5y ago
Next I want to see Crysis running in a terminal.
Actually that raises an interesting question. Can OpenGL work in Notcurses?
- phendrenad2 5y agoI don't see why not, software renderers exist, just point it at a "surface" made from "pixels" which are actually block characters of different colors.
- marcodiego 5y agoOne thing I once did was capture the screen and stream it. On the other side I watched it using mpv with libcaca as the output. Graphical desktop on the terminal.
- lavabiopsy 5y ago>Can OpenGL work in Notcurses? Yes, this is quite easy to do with OSMesa, or with EGL_KHR_surfaceless_context. With the latter it will be hardware accelerated too.