Diferencia entre revisiones de «Usuario:Lmorillas/scratch»
De WikiEducator
(→El sitio de Scratch) |
|||
Línea 33: | Línea 33: | ||
* Creación de nuevos bloques: http://wiki.scratch.mit.edu/wiki/Build_Your_Own_Blocks_(BYOB)_(Scratch_Modification) | * Creación de nuevos bloques: http://wiki.scratch.mit.edu/wiki/Build_Your_Own_Blocks_(BYOB)_(Scratch_Modification) | ||
* Exportar/importar de xml, compilador a exe ... : http://chirp.scratchr.org/ | * Exportar/importar de xml, compilador a exe ... : http://chirp.scratchr.org/ | ||
+ | |||
+ | == Instalar scratch en ubuntu 64 bits == | ||
+ | Descarga la versión para 32 bits y ejecuta en el terminal: | ||
+ | $ sudo dpkg -i --force-architecture --force-depends ./scratch_1.4.0.1-0ubuntu5_i386.deb | ||
+ | Tienes que tener instalar también este programa: | ||
+ | $ sudo apt-get install ia32-libs |
Revisión de 23:21 23 sep 2011
http://scratch.mit.edu/img/gr_logo_scratchr.png http://wiki.scratch.mit.edu/images/Toc_website.png
Contenido
El sitio de Scratch
- http://scratch.mit.edu/
- Descargar: http://scratch.mit.edu/download
- Soporte: http://info.scratch.mit.edu/es/Support
- Recursos para aprender y ampliar:
Recursos en español
- Programación con Scratch, Cuaderno de trabajo: http://www.eduteka.org/modulos/9/303/1122/1
- http://www.scratchbydsigno.com.ar
- http://aprendiendoscratch.org/
- Libros en lulu.com: http://www.lulu.com/product/file-download/aprendiendoscratch-libro-1---movimiento/17146111
Más recursos para aprender
- Libro scratch http://www.cs.harvard.edu/malan/scratch/index.php
- http://www.cs.harvard.edu/malan/podcasts/download/cs50.tv/podcasts/2007/fall/lectures/notes0w.pdf
Más allá de Scratch
- Scratch for arduino: http://seaside.citilab.eu/scratch
- Scratch y kinect: http://scratch.saorog.com/
- Scratch y Second Life: http://web.mit.edu/~eric_r/Public/S4SL/
- Creación de nuevos bloques: http://wiki.scratch.mit.edu/wiki/Build_Your_Own_Blocks_(BYOB)_(Scratch_Modification)
- Exportar/importar de xml, compilador a exe ... : http://chirp.scratchr.org/
Instalar scratch en ubuntu 64 bits
Descarga la versión para 32 bits y ejecuta en el terminal:
$ sudo dpkg -i --force-architecture --force-depends ./scratch_1.4.0.1-0ubuntu5_i386.deb
Tienes que tener instalar también este programa:
$ sudo apt-get install ia32-libs