![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Snap! Forum - A friendly place to discuss programming with Snap!.
This category is for people interested in the inner workings of Snap!: what's inside its implementation, how to extend it, and so on. Please do not post advanced-topics-ish messages elsewhere. The goal is to ensure that the vast majority of users, who make projects in Snap ! without knowing how it works, aren't scared away from the forum or ...
So.. Snap! has 3D now :) - Share your Projects - Snap! Forum
Mar 10, 2024 · someone on the snap team just decided to make a bit more modern version of beetleblocks. Hi, you're right, and I'm that person in the Snap! team. I also was the developer of Beetle Blocks, so it was my obvious job to make something similar for Snap!, now that we have a nice extension framework.
Api help - Advanced Topics - Snap! Forum
Jan 29, 2025 · Ive been trying to see if i can make my own "Api's" to use for snap tho im running into an issue. when i use the url block its just returning me the code i have on the page not the page value. if anyone has anything that could help please lmk. https://batteryapi1.glitch.me/ // Override the page content with JSON when the battery data is ready navigator.getBattery().then(battery => { const data ...
Snap!6 is here, and it's all about scale - Blog - Snap! Forum
Jul 8, 2020 · Snap!6 is here, and it's all about scale. Thousands of miles apart, yet online together, our team of UC Berkeley researchers, SAP engineers and educators from multiple countries and continents just had a party releasing the biggest update to Snap! for years. Over the past months we've rewritten Snap's Morphic kernel to optimize graphics rendering while demanding significantly less memory. And ...
Snap 10.3.0 - Share your Projects - Snap! Forum
Dec 5, 2024 · Here's the release notes for snap 10.3.0 10.3.0: New Features: Custom Hat Blocks Custom Hat Blocks, expressed as predicate defining a condition that fires the event Custom Hat Blocks can choose to be "events" reacting to a state change (default) or "conditions" observing state (indicated by an infinity symbol) new "Events" library featuring custom hat blocks reacting to various state changes ...
(Again) TOTM? - Snap! Community Site - Snap! Forum
Nov 29, 2024 · Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world. mobility212 November 30, 2024, 10:15am 5
Fully offline desktop app - Snap! Feature Requests - Snap! Forum
Oct 4, 2024 · Snap actually had a way to install snap on your computer to be used offline, however it doesn't work anymore, since it was temporarily disabled to fix some issue. However, you can download the snap source code from github , and just open the snap.html file in your browser, and it'll work offline.
Variadic if-else reporter - Snap! Feature Requests - Snap! Forum
Jan 3, 2025 · Considering the if <> { } @addInput block has been variadic for a while, I found it strange that the if <> then [] else[] block has stayed the same. I have way too many projects with much too many nested if <> then [] else[] s, which could have been much more elegant (and possibly faster) if we had this as a primitive. Now, of course you can make this in snap, but of course it's slower, and ...
Game help - Snap! Forums - Snap! Forum
Jan 17, 2025 · Help with Snap! Snap! Forums. kingnico1133 January 17, 2025, 1:41am 1. hi me and my freiend henhen123 are ...
Ability to pass variables into custom blocks - Snap! Forum
Apr 15, 2024 · My idea: You can put variable reporters into the first slot of the set/change by blocks: How my idea would work: If you put a reporter for a variable into the set/change blocks, then it will set or change that variable, the same behavior as just manually selecting the variable name from the dropdown (such as in the picture above where "variable" would be set to 0). Where this becomes ...