Skip to content

refactor: Rename pi.Spr to pi.DrawSprite and pi.Blit to pi.DrawCanvas - #169

Merged
elgopher merged 1 commit into
masterfrom
rename-spr
Jul 24, 2025
Merged

refactor: Rename pi.Spr to pi.DrawSprite and pi.Blit to pi.DrawCanvas#169
elgopher merged 1 commit into
masterfrom
rename-spr

Conversation

@elgopher

@elgopher elgopher commented Jul 24, 2025

Copy link
Copy Markdown
Owner

The name pi.Spr was unclear and primarily recognizable to Pico-8 users. The new name pi.DrawSprite better reflects its purpose: drawing a sprite.

Similarly, pi.Blit was cryptic for users unfamiliar with graphics terminology. The new name, pi.DrawCanvas, is more descriptive.

@elgopher
elgopher force-pushed the rename-spr branch 2 times, most recently from b7e05eb to 1836fc7 Compare July 24, 2025 19:20
@elgopher elgopher changed the title refactor: Rename pi.Spr to pi.Blit and pi.Blit to pi.BlitCanvas refactor: Rename pi.Spr to pi.DrawSprite and pi.Blit to pi.DrawCanvas Jul 24, 2025
The name pi.Spr was unclear and primarily recognizable to Pico-8 users. The new name pi.DrawSprite better reflects its purpose: drawing a sprite.

Similarly, pi.Blit was cryptic for users unfamiliar with graphics terminology. The new name, pi.DrawCanvas, is more descriptive.
@elgopher
elgopher merged commit 8b709a5 into master Jul 24, 2025
1 of 2 checks passed
@elgopher
elgopher deleted the rename-spr branch July 24, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant