sod VS scratch-vm

Compare sod vs scratch-vm and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sod scratch-vm
6 7
1,713 1,173
- 0.7%
4.8 9.9
7 months ago 4 days ago
C JavaScript
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sod

Posts with mentions or reviews of sod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-01.

scratch-vm

Posts with mentions or reviews of scratch-vm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-21.
  • Show HN: VisionScript, abstract programming language for computer vision
    6 projects | news.ycombinator.com | 21 Aug 2023
    Thank you so much! Comments like this have really made my day.

    Scratch does have an "Extensions" feature, so perhaps it would be possible (https://github.com/scratchfoundation/scratch-vm/blob/develop...)!

  • Possible to make http/rest calls to the web
    1 project | /r/scratch | 1 Mar 2023
    If you don't want to host it on Scratch's website, you can host it yourself and make an extension for scratch to add http request block.
  • "Learning Scratch doesn't make you a high-level programmer!"
    1 project | /r/ProgrammerHumor | 26 Oct 2022
    I'm gonna be in the middle guy here until they add the ability for my functions to return a value. The work around is just use global variables instead which is a practice that would get you laughed out of an interview since at least 1996.
  • Linux Kernel Module written in Scratch (a visual programming language for kids)
    3 projects | news.ycombinator.com | 29 Jun 2022
    you'll get a character that animates forward, moving ten pixels per frame for three frames.

    Scratch only updates the screen at set "yield points", which are basically any instruction with the words "wait" inside, and (more problematic) at the end of a loop.

    This sucks. Loops should not have side effects! It's much more difficult to teach iteration when the unrolled version does something completely different!

    But the problem is deeper than that—it pops up everywhere with basically every student I work with, because it prevents kids from seeing the results of their code! Two blocks in the same script which request a screen update should not be able to run on the same frame. (Unless the user has enabled turbo mode, which is already an option for advanced users who need to push the limits of the language.) I know that all languages have quirks, but this one really hampers Scratch as a learning tool.

    I made a fork of Scratch which fixes this problem, but I'm not really sure what to do with it. Without a backend for saving projects to the cloud, I can't realistically use it in my classes. I've been trying to add a backend, but the code is undocumented and I have zero experience with backend development. https://github.com/LLK/scratch-vm/compare/develop...Wowfunha...

  • Need a Robust Programming Language Combining Scratch and Visual Basic or C#
    1 project | /r/scratch | 11 Sep 2021
    You can simply compile your Scratch project from TurboWarp to .exe files or Leopard to JS if that was what you were looking for. But for complex stuffs like creating an UI via native APIs, there is App Inventor for Android, correct; but if you are seeking more options you can look to the list of modifications (which is unsurprisingly a ton and also includes old, unmaintained ones) on the wiki, search the Internet, look for modifying other options like Blockly, or just go ahead for creating your own extension with JavaScript as described in here.
  • Can I port scratch games to ps vita?
    1 project | /r/scratch | 6 May 2021
    You should take a look at Electron and Scratch-VM
  • User extensions, so, how do I make and add them?
    3 projects | /r/beyondscratch | 29 Dec 2020
    First, learn JavaScript (you don't need to understand advanced stuff - try reading source code for TTS extension?

What are some alternatives?

When comparing sod and scratch-vm you can also consider the following projects:

Nerve - This is a basic implementation of a neural network for use in C and C++ programs. It is intended for use in applications that just happen to need a simple neural network and do not want to use needlessly complex neural network libraries.

scratch-gui - Graphical User Interface for creating and running Scratch 3.0 projects.

azure-iot-sdk-c - A C99 SDK for connecting devices to Microsoft Azure IoT services

scratch-linux-modules - Linux kernel modules written in Scratch

computervision-recipes - Best Practices, code samples, and documentation for Computer Vision.

scratchnative - Convert Scratch3 projects to native executables

raylib - A simple and easy-to-use library to enjoy videogames programming

supervision - We write your reusable computer vision tools. 💜

CImg - The CImg Library is a small and open-source C++ toolkit for image processing

tiny-dream - Tiny Dream - An embedded, Header Only, Stable Diffusion C++ implementation

szabadfogasu-maszk - A face mask detection system using Tensorflow/Keras and OpenCV, for the "<19 Szabadfogású Számítógép" competition in 2020.

CCV - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library