kmlmhnn / tunnel

Oldskool tunnel effect using linux framebuffer API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oldskool tunnel effect using linux framebuffer API.

Notes on building and running:

  1. Link with -lm. eg: gcc -o tunnel tunnel.c -lm

  2. Run from a virtual console. (Switch to a virtual console with Ctrl+Alt+F1.)

  3. Ctrl-C to quit.

About

Oldskool tunnel effect using linux framebuffer API.


Languages

Language:C 100.0%