-
Notifications
You must be signed in to change notification settings - Fork 46
[UEPR-282] add face-sensing extension #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Serialize Infinity and NaN to 0
Clear the pen layer when runtime dispose happens.
Request cloud variable update in top level setVariableValue API
Emit PROJECT_START event publicly on green flag click.
Clear out the blocks in dispose. Fixes #1758 where old monitored vari…
Fix issue where edge-activated hats only run on one sprite after duplicating the sprite
Add addCostumeFromLibrary
depend on scratch-sb1-converter and convert sb1 files to sb2
Fix cloud variable limit
Add Vernier's GDX-FOR extension
Populate executable targets when runtime.targets is populated
Do not load Vernier extension yet
Various fixes to extension disconnect errors
Add reference for `runtime` to blocks container
Project dirty state fixes
Add a utility for giving blocks new IDs, use it for sharing blocks.
Feature/field type support
Fix dynamic menus for string arrays
Declare const once to be reused in for loop
Sound bank over sprite
Cast sprite name to string before getSpriteTargetByName
Lazy eval big dependencies
Load Vernier extension code
Load core extensions synchronously
Start executing hats before other threads change values
Allow extensions to make buttons
Add LEGO BOOST Scratch 3.0 extension
Set height and width to zero for the canvas and costume size if bitmap's sourceHeight or sourceWidth are zero
Cache hat block information for the runtime
change node version used in github workflow to v16 update readme for starter branch, remove template files update gh-pages and ubuntu versions for gh-pages build and deploy Updated gui package-lock
I have read the CLA Document and I hereby sign the CLA 1 out of 11 committers have signed the CLA. |
🙏🙏🙏 |
feat: [UEPR-289] disconnect project from cloud
- Install @mediapipe/face_detection package through npm - Copy mediapipe files into the output folder during build - Add fallback logic to load mediapipe from CDN if local files are missing
…ensing-block-to-nose [UEPR-302] Rename face sensing block to nose
…ntrast-issues [UEPR-306] Face sensing high contrast issues
…configuration [UEPR-290] Update face sensing configuration
Resolves
UEPR-282
Proposed Changes
Migrate code for face sensing extension from
scratch-lab
to editor