pouët.net

Go to bottom

Twigs by The Orz

Twigs by The Orz
 a 512 bytes linux procedural gfx
  for Inércia Demoparty 2020

requirements:
 - 32 bits /dev/fb0 (framebuffer) with supported resolution
 - high quality: the framebuffer should be set to display resolution

how to run:
 - switch to console with Ctrl+Alt+F2 (Ctrl+Alt+F1 to switch back to X)
 - check /dev/fb0 is writable to you (or launch with sudo to bypass this step)
 - check /dev/fb0 current resolution with fbset tool
 - run the appropriate binary

change graphical terminal resolution:
 - check supported resolution with "vbeinfo" in GRUB command prompt
 - "GRUB_GFXMODE=WxH" in /etc/default/grub (where W/H is a value)
 - sudo update-grub

goal was to port one of my IFS procedural gfx as a C only 512b linux intro

code by grz

greetings to all sizecoders

28/09/2020
Go to top