User Tools

Site Tools


linux:creatingamodulescratch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:creatingamodulescratch [2015/02/11 14:40] – created rlunarolinux:creatingamodulescratch [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 9: Line 9:
 My first discover is a WeDoModule.c (in C) that exposes to the virtual machine of scratch (squeak) the information about WeDo:  My first discover is a WeDoModule.c (in C) that exposes to the virtual machine of scratch (squeak) the information about WeDo: 
  
-http://69.36.165.222/cgi-bin/viewvc.cgi/squeak/trunk/src/plugins/WeDoPlugin/WeDoPlugin.c?view=markup+http://squeakvm.org/cgi-bin/viewvc.cgi/squeak/trunk/src/plugins/WeDoPlugin/ 
 + 
 +Other point of information is the own source code of scratch:  
 + 
 +There is a github repository: https://github.com/LLK/Scratch_1.4 
 + 
 +and you can download it: 
 + 
 +http://wiki.scratch.mit.edu/wiki/Scratch_1.4_Source_Code#Download 
 + 
 +**Investigating the download** 
 + 
 +After downloading the source code and unpacking it, you'll find a strange "image" file that (supposedly) contains the source code. Trying to open it with the command ''squeak ScratchSourceCode.1.4.image'' doesn't work (apparently after a long wait). 
 + 
 +**Investigating github** 
 + 
 +In github, you'll find the same big "image" file and some C files for some plugins (camera pluging, WeDo plugin). It seems that the core of the issue is in this *.image file, and the MIT doesn't help with this much 
 + 
 + 
  
  
linux/creatingamodulescratch.1423662023.txt.gz · Last modified: 2022/12/02 22:02 (external edit)