~vladh/starfield

The Windows 3.1 “starfield” screensaver in Hare.

1466bf3 add contributing section

~vladh pushed to ~vladh/starfield git

1 year, 17 days ago

796c38d Update to work with latest Hare stdlib

~vladh pushed to ~vladh/starfield git

1 year, 22 days ago

#starfield

This is the Windows 3.1 “starfield” screensaver, except the stars are rabbits. :)

It's implemented in Hare and uses hare-sdl2, hare-gl and hare-glm.

#Usage

  • Make sure to clone with submodules (git clone --recurse-submodules git@git.sr.ht:~vladh/starfield)
  • Install libsdl2
  • Run make run to run the demo

#Developing

Please note that make run will delete some cache directories in ~/.cache/hare/ due to bug 569. You may want to adjust the Makefile if you have a special HARECACHE set.

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH starfield]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH starfield'
git send-email HEAD^

For more information, see git-send-email.io.