René's URL Explorer Experiment


Title: `no_loop()` in `setup()` prevents `draw()` from running at all · Issue #133 · processing/libprocessing · GitHub

Open Graph Title: `no_loop()` in `setup()` prevents `draw()` from running at all · Issue #133 · processing/libprocessing

X Title: `no_loop()` in `setup()` prevents `draw()` from running at all · Issue #133 · processing/libprocessing

Description: Calling no_loop() inside setup() prevents draw() from running even once. Expected behavior draw() should run once, then stop looping. This matches Processing’s behavior: calling noLoop() disables continuous looping but still allows the i...

Open Graph Description: Calling no_loop() inside setup() prevents draw() from running even once. Expected behavior draw() should run once, then stop looping. This matches Processing’s behavior: calling noLoop() disables c...

X Description: Calling no_loop() inside setup() prevents draw() from running even once. Expected behavior draw() should run once, then stop looping. This matches Processing’s behavior: calling noLoop() disables c...

Opengraph URL: https://github.com/processing/libprocessing/issues/133

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`no_loop()` in `setup()` prevents `draw()` from running at all","articleBody":"Calling `no_loop()` inside `setup()` prevents `draw()` from running even once.\n\n#### Expected behavior\n\n`draw()` should run once, then stop looping.\n\nThis matches Processing’s behavior: calling `noLoop()` disables continuous looping but still allows the initial `draw()` call.\n\n#### Actual behavior\n\n`draw()` is never called.\n\n#### Reproduction (mewnala)\n\n```python\nfrom mewnala import *\n\ndef setup():\n    size(200, 200)\n    no_loop()\n\ndef draw():\n    background(255, 0, 0)\n\nrun()\n```\n\n#### Equivalent Processing sketch (works as expected)\n\n```java\nvoid setup(){\n  size(200,200);\n  noLoop();\n}\n\nvoid draw(){\n  background(255,0,0);\n}\n```\n\n### Screenshots\n\n\u003cimg width=\"1111\" height=\"657\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/579ba84d-6168-4e00-ba69-2d4e4ab6db65\" /\u003e\n\n\u003cimg width=\"646\" height=\"269\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/df540250-b4b6-4c16-8241-1867bb8e9836\" /\u003e\n\n\n","author":{"url":"https://github.com/SableRaf","@type":"Person","name":"SableRaf"},"datePublished":"2026-04-24T14:58:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/133/libprocessing/issues/133"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3824c4c0-6c4c-6174-9d95-2623116dd309
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8090:3A669A:3DCCDB:56F5A6:6A5F83F8
html-safe-noncecebec7f517cc78b98cb2b90a064fc35ed2a9755f5455a6f7cfa265b6cfe0fcae
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDkwOjNBNjY5QTozRENDREI6NTZGNUE2OjZBNUY4M0Y4IiwidmlzaXRvcl9pZCI6IjEzODgxNTA2NTQ2NzA3MDE1NjAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac95fd5e53f1fdd5f8f05a174d68874a79b307e4ef0add124f16c36d1fc4a685a7
hovercard-subject-tagissue:4323757990
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/libprocessing/133/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bc4be53dd73c549a29bbd205e0d3265aeaf1b78a221e7808bec523c648999e9a/processing/libprocessing/issues/133
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bc4be53dd73c549a29bbd205e0d3265aeaf1b78a221e7808bec523c648999e9a/processing/libprocessing/issues/133
og:image:altCalling no_loop() inside setup() prevents draw() from running even once. Expected behavior draw() should run once, then stop looping. This matches Processing’s behavior: calling noLoop() disables c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameSableRaf
hostnamegithub.com
expected-hostnamegithub.com
None97f2f300269b0002088b1cbd0557a5c7e2cd7179ab6962f24dc5fff865a3ef9b
turbo-cache-controlno-preview
go-importgithub.com/processing/libprocessing git https://github.com/processing/libprocessing.git
octolytics-dimension-user_id1617169
octolytics-dimension-user_loginprocessing
octolytics-dimension-repository_id1101329545
octolytics-dimension-repository_nwoprocessing/libprocessing
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1101329545
octolytics-dimension-repository_network_root_nwoprocessing/libprocessing
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5eacb64e94d3c0388291748236c995e36b9883e0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/processing/libprocessing/issues/133#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Flibprocessing%2Fissues%2F133
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Flibprocessing%2Fissues%2F133
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=processing%2Flibprocessing
Reloadhttps://github.com/processing/libprocessing/issues/133
Reloadhttps://github.com/processing/libprocessing/issues/133
Reloadhttps://github.com/processing/libprocessing/issues/133
Please reload this pagehttps://github.com/processing/libprocessing/issues/133
processing https://github.com/processing
libprocessinghttps://github.com/processing/libprocessing
Notifications https://github.com/login?return_to=%2Fprocessing%2Flibprocessing
Fork 12 https://github.com/login?return_to=%2Fprocessing%2Flibprocessing
Star 56 https://github.com/login?return_to=%2Fprocessing%2Flibprocessing
Code https://github.com/processing/libprocessing
Issues 68 https://github.com/processing/libprocessing/issues
Pull requests 2 https://github.com/processing/libprocessing/pulls
Actions https://github.com/processing/libprocessing/actions
Projects https://github.com/processing/libprocessing/projects
Wiki https://github.com/processing/libprocessing/wiki
Security and quality 0 https://github.com/processing/libprocessing/security
Insights https://github.com/processing/libprocessing/pulse
Code https://github.com/processing/libprocessing
Issues https://github.com/processing/libprocessing/issues
Pull requests https://github.com/processing/libprocessing/pulls
Actions https://github.com/processing/libprocessing/actions
Projects https://github.com/processing/libprocessing/projects
Wiki https://github.com/processing/libprocessing/wiki
Security and quality https://github.com/processing/libprocessing/security
Insights https://github.com/processing/libprocessing/pulse
#143https://github.com/processing/libprocessing/pull/143
no_loop() in setup() prevents draw() from running at allhttps://github.com/processing/libprocessing/issues/133#top
#143https://github.com/processing/libprocessing/pull/143
https://github.com/SableRaf
SableRafhttps://github.com/SableRaf
on Apr 24, 2026https://github.com/processing/libprocessing/issues/133#issue-4323757990
https://private-user-images.githubusercontent.com/290261/583456579-579ba84d-6168-4e00-ba69-2d4e4ab6db65.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ2NDQ5MDAsIm5iZiI6MTc4NDY0NDYwMCwicGF0aCI6Ii8yOTAyNjEvNTgzNDU2NTc5LTU3OWJhODRkLTYxNjgtNGUwMC1iYTY5LTJkNGU0YWI2ZGI2NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcyMVQxNDM2NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03M2Y3ODJiNjBiNmJlODc0MWQ2ZWU5OTdiZmMwZGNmNDM2N2ZkM2ZhYWE3MmRmZWVmNTEyYTVkYzQ2NzE3Y2UyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.XkKrtEx6OZvKizzCLCN1kEX-RbXYlMLWs8eWd7AGD5c
https://private-user-images.githubusercontent.com/290261/583456788-df540250-b4b6-4c16-8241-1867bb8e9836.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ2NDQ5MDAsIm5iZiI6MTc4NDY0NDYwMCwicGF0aCI6Ii8yOTAyNjEvNTgzNDU2Nzg4LWRmNTQwMjUwLWI0YjYtNGMxNi04MjQxLTE4NjdiYjhlOTgzNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcyMVQxNDM2NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YzQ5MGQxNjlkZTViMzBmZTNmM2ZlZjE3NmQ0YzYyYmFhNmYzOTQ4MTBiNGUxMzIzNGI1MTgxODMxMTQ5ZjdmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.xtC5Q--SXY5VhF-9JpjbdGDymt6leVyrX8tujT2iRlc
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.