-
Notifications
You must be signed in to change notification settings - Fork 59
[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
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
Revert "Cache hat block information for the runtime"
use xmlEscape instead of escape-html for extensions
Runtime script cache fix
Stop all next tick
…2text Do not load speech2text extension
Revert unwanted changes
Initial prototype of configurable scratch link socket
Update sound duration
I have read the CLA Document and I hereby sign the CLA 1 out of 10 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
- Delete commented out and unused code - Remove unused properties from FACE_SENSING_STATE - Mark private methods and properties with underscore for consistency - Add method/propery docs - Extract some generic methods to utils.js - Other minor improvements
…-all-face-sensing-image-assets [UEPR-316] Apply compression to all face sensing image assets
…nsing-block-icon [UEPR-317] Run the face sensing block icon through an optimizer
…g-codebase [UEPR-312] Clean up face sensing codebase
Resolves
UEPR-282
Proposed Changes
Migrate code for face sensing extension from
scratch-lab
to editor