Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/jimothy/jimothy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions apps/jimothy/jimothy.star
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""
Applet: Jimothy
Summary: Run, Jimothy, run
Description: Displays an animated image of Jimothy running away.
Author: andyrak
"""

load("jimothy.gif", JIMOTHY_FILE = "file")
load("render.star", "canvas", "render")

JIMOTHY_GIF = JIMOTHY_FILE.readall("rb")

SCALE = 2 if canvas.is2x() else 1

def main():
return render.Root(
child = render.Image(
src = JIMOTHY_GIF,
width = 64 * SCALE,
height = 32 * SCALE,
),
)
Binary file added apps/jimothy/jimothy.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/jimothy/jimothy@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions apps/jimothy/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: jimothy
name: Jimothy
summary: Run, Jimothy, run
desc: Displays an animated image of Jimothy running away.
author: andyrak
published: '2026-07-31T20:49:56Z'
updated: '2026-07-31T21:12:02Z'
tags: []