Floating pets above bottom bar #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be sweet if pets could appear without a panel. I know the power mode plugin found a way to overlay over the editor itself, so there is a chance it may be possible.
If its been longer than 24h and i havent posted the relevant source code for power mode, ping me please!
Thanks for posting this Issue!
From https://github.com/hoovercj/vscode-power-mode#known-issues:
I wonder if it's possible to hijack this to display our characters. It seems like an incredibly hacky approach, but maybe not impossible to achieve ...
Looking at the fancy particles like rift, it looks like it's using an animation,so the hijacking is totally possible.
also looking at the combo meter here https://github.com/hoovercj/vscode-power-mode/blob/master/src/combo/editor-combo-meter.ts
okay, after playing around some more:
it can totally be done without injecting any elements into thepage, and instead styling a
:beforeon the footer!here's the spritesheet I used, and it'd be a matter of animating it by changing offset in css. the base64 image is a single frame, not the full image, for sake of sharing.
https://opengameart.org/content/a-platformer-in-the-forest
https://opengameart.org/sites/default/files/characters_7.png
@octoshrimpy phenominal work 🙌
I'm time-poor lately, but I'll definitely aim to integrate this.
I have similar feature to combos in the works also 😎
yessssss I'm excited.
one thing I've always wanted to do with a vscode pet plugin is detecting if the current folder is a git folder, and pet goes hungry and grumpy if you don't feed it (by committing)
another feature I thought of a while back is a pomodoro timer, where the pet climbs onto the middle of your screen and your code literally fades away, so you can't see what you're doing, forcing you to take a break, while the pet sleeps all comfy where your code was.
Those are great ideas. I particularly like the first one.
I was going to feed the pets with keystrokes, but commits are a better idea!
The other important question is - What do they eat? 😂 Human food / computer parts / something else?
Happy to work on these if you want to open them up as issues.