Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pythonarcade
/
arcade
Public
Notifications
You must be signed in to change notification settings
Fork
380
Star
2.1k
Code
Issues
92
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Update the
DefaultProjector
to behave better when changing framebuffers
- #2802
#2802
Merged
Cleptomania
merged 9 commits into
development
pythonarcade/arcade:development
from
camera-noneable-viewport
pythonarcade/arcade:camera-noneable-viewport
Copy head branch name to clipboard
Dec 28, 2025
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Update the
DefaultProjector
to behave better when changing framebuffers
#2802
Cleptomania
merged 9 commits into
development
pythonarcade/arcade:development
from
camera-noneable-viewport
pythonarcade/arcade:camera-noneable-viewport
Copy head branch name to clipboard
Commits
Commits on Dec 26, 2025
move viewport projector to it's own file to hopefully improve it's visibility
DragonMoffon
committed
f8a5490
View commit details
Copy full SHA for f8a5490
Browse repository at this point
Updating the default projector to behave better with changing framebuffer
DragonMoffon
committed
3fa9fd3
View commit details
Copy full SHA for 3fa9fd3
Browse repository at this point
fix recursion, and explicit viewport bugs
DragonMoffon
committed
78c12cd
View commit details
Copy full SHA for 78c12cd
Browse repository at this point
use fbo instead of active_framebuffer, and explicitly get fbo width/height
DragonMoffon
committed
1146c2b
View commit details
Copy full SHA for 1146c2b
Browse repository at this point
linting, formatting, and fixing reference location for default projector
DragonMoffon
committed
dad7fd5
View commit details
Copy full SHA for dad7fd5
Browse repository at this point
reset window viewport from drawing command
DragonMoffon
committed
71b233b
View commit details
Copy full SHA for 71b233b
Browse repository at this point
Commits on Dec 27, 2025
Handle resetting the default camera on the context during unit tests
Cleptomania
committed
6d30b6b
View commit details
Copy full SHA for 6d30b6b
Browse repository at this point
remove None from ViewportProjector viewport property
DragonMoffon
committed
d96e4c7
View commit details
Copy full SHA for d96e4c7
Browse repository at this point
remove Rect from default projector as it isn't needed, and avoid recursion loop
DragonMoffon
committed
8f30122
View commit details
Copy full SHA for 8f30122
Browse repository at this point
You can’t perform that action at this time.