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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
processing
/
p5.js
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
23.9k
Code
Issues
382
Pull requests
126
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Created a loading indicator when the canvas is being set up
- #8997
#8997
Merged
ksen0
merged 12 commits into
processing:main
processing/p5.js:main
from
Jextic:issue-8922
Jextic/p5.js:issue-8922
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Created a loading indicator when the canvas is being set up
#8997
ksen0
merged 12 commits into
processing:main
processing/p5.js:main
from
Jextic:issue-8922
Jextic/p5.js:issue-8922
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2026
Implemented a loading indicator that will appear when the canvas is being set up.
Jextic
committed
530581f
View commit details
Copy full SHA for 530581f
Browse repository at this point
Added inline references for loading.js
Jextic
committed
4e45ca1
View commit details
Copy full SHA for 4e45ca1
Browse repository at this point
Added a unit test for testing the loading indicator.
Jextic
committed
a14c933
View commit details
Copy full SHA for a14c933
Browse repository at this point
Commits on Jul 22, 2026
Merge branch 'main' into issue-8922
Jextic
authored
630b6dc
View commit details
Copy full SHA for 630b6dc
Browse repository at this point
Decoupled the loading indicators from main.js and replaced the loading text with a basic animation.
Jextic
committed
59a96c5
View commit details
Copy full SHA for 59a96c5
Browse repository at this point
Refactored loading.js and added inline references. Also modified the unit test for the loading indicator to work with the updated loading.js file.
Jextic
committed
e44fe78
View commit details
Copy full SHA for e44fe78
Browse repository at this point
Merge branch 'issue-8922' of https://github.com/Jextic/p5.js into issue-8922
Jextic
committed
f591827
View commit details
Copy full SHA for f591827
Browse repository at this point
Commits on Jul 28, 2026
Modified loading.js so that instead of a global variable for the loading indicator, "this" is referenced so that every p5 instance has their own loading indicator.
Show description for ce3d2ea
Jextic
committed
ce3d2ea
View commit details
Copy full SHA for ce3d2ea
Browse repository at this point
Updated test unit for instance mode and multiple instance testing for loading.js
Jextic
committed
a8df4b5
View commit details
Copy full SHA for a8df4b5
Browse repository at this point
Loading indicators can now appear in independent canvases instead of the center of the webpage.
Jextic
committed
0de4fb9
View commit details
Copy full SHA for 0de4fb9
Browse repository at this point
Commits on Jul 30, 2026
Merge branch 'main' into issue-8922
ksen0
authored
1e6c740
View commit details
Copy full SHA for 1e6c740
Browse repository at this point
Revert change that fails tests
ksen0
committed
426a7bd
View commit details
Copy full SHA for 426a7bd
Browse repository at this point
You can’t perform that action at this time.