Check out our latest blog post here:
http://blog.scratch.mit.edu/2012/04/scr … pment.html
Scratch On!
Offline
Wow, that's a really cool visualisation. I can't wait to see the new site!
One question... is the new platform still called ScratchR, or something else?
Last edited by veggieman001 (2012-04-23 21:04:05)
Offline
Wow - that's cool! Love the music!
How was this visualization made?
Offline
Sweet!
Offline
Lucario621 wrote:
Second post!11!!1!
Wow - that's cool! Love the music!
How was this visualization made?
Offline
This year! Can't wait! Cool visualisation too!
Offline
By the way - there were quite a few different alpha prototypes that were created prior to December, when this visualization starts. But we don't have the same repository info for them, so we can't make a cool video.
But before someone asks, I'll state that no, we weren't just procrastinating up until this past December.
Offline
Cool! I love it!
Offline
Lightnin wrote:
By the way - there were quite a few different alpha prototypes that were created prior to December, when this visualization starts. But we don't have the same repository info for them, so we can't make a cool video.
But before someone asks, I'll state that no, we weren't just procrastinating up until this past December.
lol, I was just about to say...
Offline
I wouldn't've thought you were slacking but just working on the program
Offline
Cool visualization! The music goes really well with it.
Offline
Woah, I want that for my screensaver. That's cool.
Offline
The way it branches out is so cool
Offline
Chrischb wrote:
It's like watching a plant grow but so much cooler
My thoughts exactly. :3
Offline
Chrischb wrote:
It's like watching a plant grow but so much cooler
Offline
Wow, awesome! I like it, but was hoping for some more actual screenshots.
Offline
stevetheipad wrote:
Wow, awesome! I like it, but was hoping for some more actual screenshots.
Yeah, I was thinking that's what it would be too.
Offline
I see Python!
Maybe I'll be able to understand it and maybe code something!
The video was cool, only problem was I couldn't see all the file names very well. I saw 'views.py' most often. Out of curiosity, what is that?
Offline
Magnie wrote:
I see Python!
Maybe I'll be able to understand it and maybe code something!
The video was cool, only problem was I couldn't see all the file names very well. I saw 'views.py' most often. Out of curiosity, what is that?
maybe a small script that tells you the number of views a project has? Although such one-line function would probably take up less code than the include required to invoke the python script...
Offline
pastaboy wrote:
Cool! Why does my cursor keep disappearing on the blog?
Do you have a video open in another tab? They can sometimes hide the mouse, I've found.
This is a really cool visualisation! It's amazing at the end too, when there's just an explosion of new files. You can see those painstaking days where one tiny thing has to be changed in a hundred files and the visualisation just explodes with the list of edited file names!
Offline
Magnie wrote:
I see Python!
Maybe I'll be able to understand it and maybe code something!
The video was cool, only problem was I couldn't see all the file names very well. I saw 'views.py' most often. Out of curiosity, what is that?
I think they're using the Django web framework. In Django, views.py is where you put all your views! Views handle HTTP requests and return a response (a web page, for example). You usually have a specific view for each kind of request. Basically, they're where most of the application logic goes.
Offline