crgimenes / neko

Neko is a cross-platform open-source animated cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
339 stars 29 forks source link

Add multiple cats #23

Open SolsticeSpectrum opened 3 months ago

SolsticeSpectrum commented 3 months ago

An option for multiple cats would be nice, ideally it should have some random offset so they don't just merge together. Maybe make other cats wonder around randomly and after some random duration, pick new cat to follow the mouse so there is one cat that follows a mouse and other cats wonder around and they should switch places after some duration.

crgimenes commented 3 months ago

That's an exciting idea. Maybe with multiple cat fur colors. And if someone draws more sprites, it's possible to include some fun interactions.

trofkm commented 2 months ago

for now, you can do something like this:

for i in {1..10}; do
  neko &
  disown %%
done

click on them to place whatever you want to place. However, this isn't as exciting as your idea.

upd: I made this with my coworker's PC, that was fun :)

crgimenes commented 2 months ago

upd: I made this with my coworker's PC, that was fun :)

I'm taking notes here. April 1st next year will be hilarious.

With enough instances this is a window manager stress test. :D